bookmark

Base 3 to Binary (base 2)

Converter Tool

to


 
base 3 is a positional numeral system with three as its base. It uses 3 different digits for representing numbers. The digits for base 3 could be 0, 1, and 2.

conversion table

base 3binary (base 2)base 3binary (base 2)
1= 1102= 1011
2= 10110= 1100
10= 11111= 1101
11= 100112= 1110
12= 101120= 1111
20= 110121= 10000
21= 111122= 10001
22= 1000200= 10010
100= 1001201= 10011
101= 1010202= 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 3binary (base 2)base 3
1≈ 11011≈ 102
10≈ 21100≈ 110
11≈ 101101≈ 111
100≈ 111110≈ 112
101≈ 121111≈ 120
110≈ 2010000≈ 121
111≈ 2110001≈ 122
1000≈ 2210010≈ 200
1001≈ 10010011≈ 201
1010≈ 10110100≈ 202