Octal Converter
NEWConvert octal numbers to decimal, hexadecimal, and binary.
More options
How to use Octal Converter
- Enter an octal number.
- View the decimal, hexadecimal, and binary equivalents.
- Copy individual values.
What is Octal Converter?
Octal (base 8) is a numeral system using digits 0-7, commonly used in Unix file permissions.
FAQ
- What is octal used for?
- Octal is commonly used in Unix/Linux file permissions and computing.
- How do I read octal file permissions?
- Each digit represents permissions: 7=rwx, 6=rw-, 5=r-x, 4=r--, 0=---.
- Can I prefix with 0o?
- Yes, the tool accepts the 0o prefix.
Related tools
Last updated: