Octal to Binary conversion table
Each octal digit expands to exactly three binary digits. This table gives the expansion for every octal digit so you can convert a full number by substitution.
| Octal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| Binary | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111 |
Convert octal numbers to hexadecimal values.
Convert binary numbers to hexadecimal numbers.
BINARY to octal conversion table.
HEX to binary conversion table.
How to convert Octal to Hexadecimal - a step by step tutorial
Use binary as a bridge between base-8 and base-16. Learn the 3-bit to 4-bit grouping technique for converting Unix permissions and legacy system values.
HEX Hero