Skip to content
Convertto
decimaloctal

Decimal to Octal Converter

Convert decimal numbers to octal instantly, with the working shown.

To convert decimal to octal, enter your value above and the result appears as you type. 255 in decimal is 377 in octal. Conversion uses arbitrary-precision integers, so very large values do not lose their low digits the way floating-point arithmetic would.

Runs in your browser

About converting DECIMAL to OCTAL

Decimal is base 10 — the everyday notation, and the one every other base is usually being translated back into. Octal is base 8 and groups bits in threes. It survives mainly in Unix file permissions, where 755 means three sets of read/write/execute bits. As a worked example, 255 equals 255 in decimal and therefore 377 in octal.

Open the full Number Base Converter

Share this converter