Base-16 to base-10

Hex to Decimal Converter

Enter a hexadecimal value and convert it to decimal, binary, and a readable place-value breakdown.

Decimal-
Binary-
Hex-

Step-by-step calculation

Enter a hex value to see the powers-of-16 expansion.

Hexadecimal place values

Hexadecimal is base-16. Reading from right to left, each place is a power of 16: 1, 16, 256, 4096, and so on. Digits A through F represent decimal values 10 through 15.

For FF, the left digit contributes 15 x 16 and the right digit contributes 15 x 1. The total is 255. This is why FF often appears as the maximum value of one byte.

HexDecimalBinary
A101010
F151111
101610000
2A420010 1010
FF2551111 1111

Related converters