Have to deal with several conversions between Octal and Binary numeral systems? Then this site is made for you! Use our super handy online tool to convert your data.Welcome!

Octal to Binary converter

How to convert Octal to Binary

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal is sometimes used in computing instead of hexadecimal, perhaps most often in modern times in conjunction with file permissions under Unix systems. It has the advantage of not requiring any extra symbols as digits. It is also used for digital displays.

A binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically "0" and "1". The base-2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used by almost all modern computers and computer-based devices.

Formula

Follow these steps to convert a octal number into binary form:
  1. Write down the octal number and represent each digit by its binary equivalent from the conversion table below.
  2. Concatenate the results together. Discard any leading zeros at the left of the binary number. This is the solution.
Conversion table:
OctalBinary
0000
1001
2010
3011
4100
5101
6110
7111
For example if the given octal number is 21073:
Octal21073
Binary010001000111011
Then the binary solution is: (0)10001000111011
Switch to desktop version