Binary to Octal conversion table
Octal groups binary digits three at a time, so 111 becomes 7 and 101 becomes 5. This table lists each binary pattern with the octal digit it produces.
| Binary | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111 |
| Octal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
Convert binary numbers to hexadecimal numbers.
Convert octal numbers to hexadecimal values.
OCTAL to binary conversion table.
BINARY to hex 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