Convert decimal (base-10) numbers to octal (base-8). Helpful for Unix file permissions and legacy computing systems.
Enter your values below
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