Octal Converter
Convert octal to decimal, binary or hex - and back.
How to use
- Enter an octal value (digits 0-7).
- Pick the target base.
- Copy the result - all four bases are shown.
Frequently asked questions
Where is octal still used?
Unix file permissions - chmod 755 is octal for rwxr-xr-x, each digit encoding three permission bits.