bookmark

Binary (base 2) to Duodecimal (base 12)

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)duodecimal (base 12)binary (base 2)duodecimal (base 12)
1= 11011= b
10= 21100= 10
11= 31101= 11
100= 41110= 12
101= 51111= 13
110= 610000= 14
111= 710001= 15
1000= 810010= 16
1001= 910011= 17
1010= a10100= 18

The duodecimal system (also known as base 12 or dozenal) is a positional notation numeral system using twelve as its base.

conversion table

duodecimal (base 12)binary (base 2)duodecimal (base 12)binary (base 2)
1≈ 1b≈ 1011
2≈ 1010≈ 1100
3≈ 1111≈ 1101
4≈ 10012≈ 1110
5≈ 10113≈ 1111
6≈ 11014≈ 10000
7≈ 11115≈ 10001
8≈ 100016≈ 10010
9≈ 100117≈ 10011
a≈ 101018≈ 10100