Base Conversion•Live Bidirectional•100% Client-Side

Hex to Decimal Converter

Convert base-16 hexadecimal values (0-9, A-F) to base-10 decimal numbers.

0x

Accepts digits 0–9 and letters A–F.

Sample Hex Values:
Decimal Integer (Base 10)
6,719
Binary Equivalent: 1101000111111

Powers of 16 (Place Value Expansion)

Hex DigitPosition (n)Digit ValueWeight ($16^n$)Calculation
13116^3 = 4,0961 × 4,096 = 4,096
A21016^2 = 25610 × 256 = 2,560
31316^1 = 163 × 16 = 48
F01516^0 = 115 × 1 = 15

Conversion Formula & Standards

Conversions follow International System of Units (SI) and ISO standard constants.

Decimal = Σ(HexDigit × 16ⁿ) for n = 0 to length-1

How to Use Hex to Decimal Converter

01

Type a hex string with or without the '0x' prefix (e.g., 1A3F or FF).

02

Invalid non-hex characters are detected immediately.

03

View the final decimal integer and the place-value power expansion.

Frequently Asked Questions

What is FF in decimal?

FF = (15 × 16¹) + (15 × 16⁰) = 240 + 15 = 255.

Explore Companion Converters

Instant bidirectional unit and number system converters with zero server latency.

View all 20 converters