bookmark

Binary (base 2) to Quaternary (base 4)

Converter Tool

to


 
result
1011012 = 4510

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.

conversion table

binary (base 2)quaternary (base 4)binary (base 2)quaternary (base 4)
1= 11011= 23
10= 21100= 30
11= 31101= 31
100= 101110= 32
101= 111111= 33
110= 1210000= 100
111= 1310001= 101
1000= 2010010= 102
1001= 2110011= 103
1010= 2210100= 110

Quaternary is the base-4 numeral system. It uses the digits 0, 1, 2 and 3 to represent any real number.

conversion table

quaternary (base 4)binary (base 2)quaternary (base 4)binary (base 2)
1≈ 123≈ 1011
2≈ 1030≈ 1100
3≈ 1131≈ 1101
10≈ 10032≈ 1110
11≈ 10133≈ 1111
12≈ 110100≈ 10000
13≈ 111101≈ 10001
20≈ 1000102≈ 10010
21≈ 1001103≈ 10011
22≈ 1010110≈ 10100