Hexadecimal to Decimal
—
Conversion happens locally in your browser. No data is sent to any server.
Convert hexadecimal numbers to decimal. Enter hex values with or without the 0x prefix.
Conversion happens locally in your browser. No data is sent anywhere.
FAQ
- What is FF in decimal?
- FF in hexadecimal equals 255 in decimal (15×16 + 15 = 255).
- Are hex letters case-sensitive?
- No. A-F and a-f are equivalent. Both "FF" and "ff" represent the same value.