Octal (base 8) to Binary (base 2)

Converter Tool

Loading ...
more_horiz

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)18283848586878108118128
binary (base 2)121021121002101211021112100021001210102
https://trustconverter-com.cdn.ampproject.org/c/s/trustconverter.com/en/amp/base-number-conversion/octal/octal-to-binary/base-number-conversion-table.html

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)121021121002101211021112100021001210102
octal (base 8)18283848586878108118128