bookmark

Octal (base 8) to Binary (base 2)

Converter Tool

to


 

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010. Two zeroes can be added at the left: (00)1 001 010, corresponding the octal digits 1 1 2, yielding the octal representation 112.

conversion table

octal (base 8)binary (base 2)octal (base 8)binary (base 2)
1= 113= 1011
2= 1014= 1100
3= 1115= 1101
4= 10016= 1110
5= 10117= 1111
6= 11020= 10000
7= 11121= 10001
10= 100022= 10010
11= 100123= 10011
12= 101024= 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)octal (base 8)binary (base 2)octal (base 8)
1≈ 11011≈ 13
10≈ 21100≈ 14
11≈ 31101≈ 15
100≈ 41110≈ 16
101≈ 51111≈ 17
110≈ 610000≈ 20
111≈ 710001≈ 21
1000≈ 1010010≈ 22
1001≈ 1110011≈ 23
1010≈ 1210100≈ 24