bookmark

Base 4 to Binary (base 2)

Converter Tool

to


 
result
487c20 = 3535210
1011012 = 4510
base 4 is a positional numeral system with four as its base. It uses 4 different digits for representing numbers. The digits for base 4 could be 0, 1, 2, and 3.

conversion table

base 4binary (base 2)base 4binary (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

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)base 4binary (base 2)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