Skip to content
Calculator Tools
Developer Tools

Octal Converter

Convert octal to decimal, binary and hexadecimal — useful for Unix file permissions.

Enter values

Results update as you type.

Result

Octal

755

Decimal
493
Binary
111101101
Hexadecimal
1ED
As Unix permissions
rwxr-xr-x
Meaning
Owner rwx, group r-x, others r-x

About the Octal Converter

Convert octal to decimal, binary and hexadecimal — useful for Unix file permissions.

Also known as: octal to decimal, decimal to octal, base 8 converter, chmod calculator.

How to use this calculator

  1. Enter value, input base.
  2. The result updates instantly as you type — press Calculate (or Enter) at any time.
  3. Review the breakdown shown under the main result.
  4. Use Copy result or Share to save the answer or send a link with your inputs.

Formula

Each octal digit represents exactly 3 bits

Worked example

Using the values pre-filled in the calculator above:

  • Value: 755
  • Input base: Octal

the calculator returns:

  • Octal: 755
  • Decimal: 493
  • Binary: 111101101
  • Hexadecimal: 1ED