Octal to Binary Converter
Enter an octal number.
RESULT
(162.05)2 = (001110010.000101)8
DESCRIPTIONS
To convert an octal number to binary, we write 3 bit binary equivalent of each octal digit in the same order.
(162.05)2 = (001110010.000101)8
OTHER INFORMATION
To convert an octal number to binary we write 3 bit binary equivalent of each octal digit in the same order.
3-bit binary equivalents of octal digits are shown below.
Octal | 3 bit binary |
---|---|
0 | 000 |
1 | 001 |
2 | 010 |
3 | 011 |
4 | 100 |
5 | 101 |
6 | 110 |
7 | 111 |
Octal to binary converter,
You can use octal to binary converter in two ways.
You can enter an octal number to the input box and click on the "CONVERT" button. The result and explanations appaer below the calculator
You can click on the DIE ICON next to the input box. If you use this property, a random octal number is generated and entered to the calculator, automatically. You can see the result and explanations below the calculator. You can create your own examples and practice using this property.
To check the binary equivalents of other octal numbers you can clear the input box by clicking on the CLEAR button under the input box.
You can copy the generated solution by clicking on the "Copy Text" link, appaers under the solution panel.
Even you can download the solution as an image file with .jpg extension if you click on the "Download Solution" link at the bottom of the solution panel. You can share the downloaded image file.
Octal to Binary Converter