HomeConvertersNumber systemsHex to Decimal converter
Number conversion

Hex to Decimal converter

Hex to Decimal converter. Exact conversion factors, worked examples, and privacy-first browser calculation on CalculatorX. Runs locally in your browser.

Instant result
Result

Enter values to convert.

Inputs
Mode
Formula

Formulas

Core equations used by this converter.

Formuladecimal = dₙ₋₁·16ⁿ⁻¹ + … + d₁·16¹ + d₀·16⁰
iFollow the formulas shown. Calculation runs locally in your browser.

How to use

1

Write place values \(16^0, 16^1, 16^2, \ldots\) under the di

Write place values \(16^0, 16^1, 16^2, \ldots\) under the digits (right to left).

2

Convert letter digits to values (A=10 … F=15).

Convert letter digits to values (A=10 … F=15).

3

Multiply and add.

Multiply and add.

Example conversions

Common values with formula and result.

ϟ

3B₁₆

3B₁₆

3B₁₆ = 3·16¹ + 11·16⁰ = 48 + 11 = 59₁₀
59₁₀
ϟ

E7A9₁₆

E7A9₁₆

E7A9₁₆ = 14·16³ + 7·16² + 10·16¹ + 9·16⁰
= 59305₁₀
ϟ

Horner on `2F

Horner on `2F

0 → ×16+2 = 2 → ×16+15 = 47 → 47₁₀
47₁₀

Hex to Decimal converter specification

Version 1.1.0 · Engine tested

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

Review policy

Definition
**Hexadecimal (base 16)** — digits `0–9`, `A–F` (10–15). **Decimal (base 10)** — everyday integers.
What it calculates
Convert hexadecimal to decimal with positional notation: sum each digit × 16ⁿ. Digit values A–F, worked examples, and conversion table.
Inputs
  • Values required by the selected conversion mode
Outputs
  • Converted result in the target unit or format
Formula
decimal = dₙ₋₁·16ⁿ⁻¹ + … + d₁·16¹ + d₀·16⁰
Hex to decimal conversion table
HexDecimal
00
99
A10
F15
1016
2032
64100
C8200
FF255
100256
3E81000
7D02000
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
3B₁₆ → 59₁₀
Validation cases
  • 3B₁₆ → 59₁₀
  • E7A9₁₆ → = 59305₁₀
  • Horner on `2F → 47₁₀
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 Hex to Decimal converter update locally in your browser.

Frequently asked questions

Key distinctions behind the conversion.

How do you convert using Hex to Decimal converter?

Use decimal = dₙ₋₁·16ⁿ⁻¹ + … + d₁·16¹ + d₀·16⁰. Example: 3B₁₆ → 59₁₀.

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.