Convert decimal (base-10) numbers to octal (base-8). Helpful for Unix file permissions and legacy computing systems.
Convert decimal (base-10) numbers to octal (base-8). Helpful for Unix file permissions and legacy computing systems.
Enter a non-negative decimal integer.
Divide the decimal number by 8 repeatedly, recording remainders. The octal result is the remainders read in reverse order.
How this calculator works
Divide the decimal number by 8 repeatedly, recording remainders. The octal result is the remainders read in reverse order.
Common questions about this calculator