Convert between octal (base 8), decimal, binary and hexadecimal.
Octal notation is commonly used for Unix/Linux file permissions (chmod):
| Chmod | Symbolic | Meaning |
|---|---|---|
| 755 | rwxr-xr-x | Owner: full, Others: read+execute |
| 644 | rw-r--r-- | Owner: read+write, Others: read |
| 777 | rwxrwxrwx | Full access for everyone |
Converting between different units and formats shouldn't require googling formulas or downloading apps. Octal ↔ Decimal Converter handles it instantly in your browser, letting you convert between octal (base 8), decimal, binary and hexadecimal with precision. Results update in real time as you type, and all processing happens locally on your device.