Octal to Binary Converter
Enter an octal number to instantly see its binary, decimal, and hexadecimal equivalents.
Last updated: May 30, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Octal to Binary Converter?
Octal (base 8) uses digits 0–7, with each octal digit representing exactly 3 binary bits. This tight relationship makes octal-to-binary conversion straightforward: replace each octal digit with its corresponding 3-bit binary group.
Octal digit → 3-bit binary: - 0 → 000, 1 → 001, 2 → 010, 3 → 011 - 4 → 100, 5 → 101, 6 → 110, 7 → 111
For example, octal 377: - 3 → 011, 7 → 111, 7 → 111 - Binary: 011111111 = 11111111 (leading zeros stripped) = 255 decimal
How to Use Octal to Binary Converter
Type or paste an octal number in the input field (digits 0–7 only).
The binary, decimal, and hex outputs are updated instantly.
Click any copy button to copy the result to your clipboard.
Click "Load Sample" to see an example.
Common Use Cases
- Understanding Unix chmod permission bits (e.g. 755 → binary 111 101 101).
- Converting octal values in embedded systems or legacy code to binary for bit inspection.
- Computer science coursework on number base systems.
Example Input and Output
Octal 755 (the common Unix read/write/execute permission) converts to binary 111101101.
755111101101Data Privacy
All conversions run entirely in your browser. No data is sent to any server.

