HomeConvertersNumber systemsOctal to Decimal converter
Number conversion

Octal to Decimal converter

Convert octal (base 8) to decimal (base 10). Formula: sum digit × 8ⁿ. Runs locally in your browser. Free online tool — no sign-up. Fast and free.

Instant result
Result

Enter values to convert.

Inputs
Mode
Formula

Formulas

Core equations used by this converter.

Formuladecimal = dₙ×8ⁿ + … + d₁×8¹ + d₀×8⁰
iFollow the formulas shown. Calculation runs locally in your browser.

How to use

1

Write the octal number and number positions from the right s

Write the octal number and number positions from the right starting at 0.

2

Multiply each digit by 8 raised to its position.

Multiply each digit by 8 raised to its position.

3

Add the products.

Digits 8 and 9 are invalid in octal.

Example conversions

Common values with formula and result.

ϟ

Example 1: 37₈ → decimal

Example 1: 37₈ → decimal

37₈ = 3×8¹ + 7×8⁰ = 24 + 7 = 31₁₀
31₁₀
ϟ

Example 2: 7014₈ → decimal

Example 2: 7014₈ → decimal

7014₈ = 7×8³ + 0×8² + 1×8¹ + 4×8⁰
= 3596₁₀
ϟ

Example 3: 10₈ → decimal

Example 3: 10₈ → decimal

10₈ = 1×8¹ + 0×8⁰ = 8₁₀
8₁₀
ϟ

Reverse check: 31₁₀ should be 37₈

Reverse check: 31₁₀ should be 37₈

31 ÷ 8 → rem 7, quotient 3 → 37₈ ✓
37₈ ✓

Octal to Decimal converter specification

Version 1.1.0 · Engine tested

Calculation status
  • Engine tested 4 published cases
  • Named expert review Not performed
  • Calculation version 1.1.0

Review policy

Definition
**Octal (base 8)** — digits **0–7** only. Place values are powers of 8. Historically used in computing (each digit maps to 3 bits). **Decimal (base 10)** — everyday base with digits 0–9.
What it calculates
Convert octal (base 8) to decimal (base 10). Formula: sum digit × 8ⁿ. Worked examples and an octal↔decimal chart.
Inputs
  • Values required by the selected conversion mode
Outputs
  • Converted result in the target unit or format
Formula
decimal = dₙ×8ⁿ + … + d₁×8¹ + d₀×8⁰
Octal to decimal conversion table
Octal (base 8)Decimal (base 10)
00
11
22
33
44
55
66
77
108
119
1210
1715
Assumptions
  • Conversion runs locally in the browser; values are not uploaded.
  • Uses the formulas documented on this page.
Units
  • Formula
Boundary conditions
  • Empty or invalid input yields no valid result.
  • Out-of-range values may be rejected by the tool runtime.
Example
Example 1: 37₈ → decimal → 31₁₀
Validation cases
  • Example 1: 37₈ → decimal → 31₁₀
  • Example 2: 7014₈ → decimal → = 3596₁₀
  • Example 3: 10₈ → decimal → 8₁₀
  • Reverse check: 31₁₀ should be 37₈ → 37₈ ✓
Sources
  • CalculatorX converter runtime
  • Standard unit / encoding definitions where applicable
Calculation version
1.1.0

Background

Interpretation and common distinctions.

Use the converter tabs to switch direction when available. Results for Octal to Decimal converter update locally in your browser.

Frequently asked questions

Key distinctions behind the conversion.

How do you convert using Octal to Decimal converter?

Use decimal = dₙ×8ⁿ + … + d₁×8¹ + d₀×8⁰. Example: Example 1: 37₈ → decimal → 31₁₀.

Can I switch direction?

Open the related reverse converter listed under Related tools.

Does this run online or locally?

Calculation runs locally in your browser. Values are not uploaded.

How precise are the results?

Results follow the formulas on this page. Round to the precision your use case needs.