Decimal to Octal
Convert decimal numbers to octal instantly. For example, 83 in decimal is 123 in octal.
Decimal to Octal — quick reference
| Decimal | Octal |
|---|
How to use the Decimal to Octal
- Type or paste your decimal value on the left.
- Read the octal result on the right — separate multiple values with spaces.
- Copy the result, or check the reference table below.
About the Decimal to Octal
This tool converts decimal numbers to octal. Decimal is base 10, written with the digits 0 through 9; octal is base 8, written with 0 through 7. Type a value on the left and the octal result appears instantly, and you can convert several values at once by separating them with spaces.
Worked example. Take 83 in decimal and divide repeatedly by 8, reading the remainders from bottom to top: 83 ÷ 8 = 10 remainder 3; 10 ÷ 8 = 1 remainder 2; 1 ÷ 8 = 0 remainder 1. Reading upward gives 123.
This is the direction you reach for when a plain count needs to become an octal code — most often a set of file permissions, where 493 in decimal is simply the familiar 755. The conversion neither rounds nor approximates; a whole number keeps its exact value whether it wears base 10 or base 8. More decimal-to-octal pairs are set out in the reference table for an at-a-glance check, and the arithmetic runs entirely on your own device, so the values you enter stay private. For the reverse direction use the octal to Decimal converter, or the all-in-one number base converter for arbitrary bases.
Frequently asked questions
What is 83 in decimal converted to octal?
83 in decimal equals 123 in octal. You can confirm it with the worked example above, or by typing 83 into the converter.
Is this decimal to octal conversion exact?
Yes. Converting a whole number between bases changes only how it is written, not its value, so there is no rounding. 83 and 123 are the same quantity expressed in base 10 and base 8.
Can I convert more than one decimal value at once?
Yes. Separate each decimal value with a space and every one is converted to octal on its own, in order.
Is my data uploaded anywhere?
No. The conversion runs entirely in your browser with JavaScript; nothing you type is sent to a server.

