bookmark

Base 6 to Binary (base 2)

Converter Tool

to


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

conversion table

base 6binary (base 2)base 6binary (base 2)
1= 115= 1011
2= 1020= 1100
3= 1121= 1101
4= 10022= 1110
5= 10123= 1111
10= 11024= 10000
11= 11125= 10001
12= 100030= 10010
13= 100131= 10011
14= 101032= 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 6binary (base 2)base 6
1≈ 11011≈ 15
10≈ 21100≈ 20
11≈ 31101≈ 21
100≈ 41110≈ 22
101≈ 51111≈ 23
110≈ 1010000≈ 24
111≈ 1110001≈ 25
1000≈ 1210010≈ 30
1001≈ 1310011≈ 31
1010≈ 1410100≈ 32