HomeHex to DecimalDecimal to HexHex to BinaryBinary to HexHex to TextText to HexHex to ASCIIASCII to HexBase64 to HexHex to Base64Hex to IPIP to HexContact
Language:

Hexadecimal to Decimal Converter

Decimal number

What is a Hexadecimal Number?

A hexadecimal (or hex) number uses base 16, meaning it includes sixteen unique digits: 0–9 and A–F. Hex numbers are common in computing, color codes, and digital systems.

Hexadecimal Example

  • 62C₁₆ = 6×16² + 2×16¹ + 12×16⁰ = 1580₁₀

How to Convert Hex to Decimal

  1. Write the hex number and identify each digit's place value (right to left, starting from 0).
  2. Multiply each digit by 16 raised to the power of its position.
  3. Add the results together to get the decimal equivalent.

Conversion Example

  • 3B₁₆ = 3×16¹ + 11×16⁰ = 59₁₀
  • E7A9₁₆ = 14×16³ + 7×16² + 10×16¹ + 9×16⁰ = 59305₁₀

Hex to Decimal Conversion Table

Hex (base 16)Decimal (base 10)
00
11
22
33
44
55
66
77
88
99
A10
B11
C12
D13
E14
F15
1016
1A26
2F47
4064
100256
FFF4095
FFFF65535
1016
1A26
2F47
4064
100256
FFF4095
FFFF65535