Hex to Decimal

Tool processing runs in your browser — your pastes/files are not uploaded to our servers for processing.Details

Hex to decimal chart

HexDecimal
11
88
A10
F15
1016
1F31
80128
FF255
100256
FFFF65535

Reverse or related: decimal to hex · binary to decimal · decimal to binary · all bases

Frequently asked questions

How do I convert hex to decimal?

Read each hex digit as its value (A=10 … F=15) and multiply by powers of 16, right to left. For example FF = 15×16 + 15 = 255. Or paste it into the converter and read the decimal instantly.

What is FF in decimal?

FF (hexadecimal) is 255 in decimal — the largest value in a single byte (8 bits).

Does hex to decimal work for very large values?

Yes. The converter uses BigInt, so long hex strings (memory addresses, hashes) convert to exact decimals without rounding.

Is my input uploaded?

No. TryDevSnip converts locally in your browser. Nothing you type is uploaded to our servers for processing.