Part of the Maths & Statistics suite · 235 calculators

Octal to Decimal Converter

Convert octal to decimal — each place is a power of eight.

Multiply each digit by its place value and add: the places are 1, 8, 64, 512 and so on.

Results update as you type
Results
Converted
173
Decimal value
Binary
Octal
Hexadecimal
Bits needed
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows the national curriculum (maths, brackets, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About octal to decimal converter

How the octal to decimal converter works

Multiply each digit by its place value and add: the places are 1, 8, 64, 512 and so on. 377 is 3×64 + 7×8 + 7 = 255.

It is the same positional arithmetic as decimal, with eight in place of ten.

Formula: value = Σ digitₖ × bᵏ

Worked examples

InputsConvertedNote
377255255
755493493
1088

Frequently asked questions

How do I convert octal to decimal?

Multiply each digit by its power of eight and add them up.

What is 377 in decimal?

255.

What are the octal place values?

1, 8, 64, 512, 4096 — successive powers of eight.

Can octal contain an 8?

No. Octal digits run 0 to 7 only; an 8 or 9 means the number is not octal.

What is chmod 755 as a decimal?

493, though nobody uses it that way — the octal digits are the point.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.