Convert hexadecimal (base 16) numbers to decimal (base 10) instantly, updating live as you type. Hexadecimal uses the digits 0 to 9 plus the letters A to F to pack four bits into each character, which is why it shows up everywhere in programming, color codes, memory addresses, and MAC addresses. Converting it in your head means multiplying by powers of sixteen, which is awkward, so this tool sums the place values for you. Type a hex value, with or without a leading 0x, in upper or lower case, and the decimal equivalent appears immediately, with a clear flag if you enter a character that is not a valid hex digit. Everything is computed in your browser, so it is fast, keeps your input private, and works offline after loading.
It reads each hexadecimal digit as a power of 16 and sums them to get the base 10 value.
255, since F equals 15 and FF equals 15 times 16 plus 15.
No. It accepts both uppercase and lowercase hex digits A through F.
Convert hexadecimal (base 16) numbers to decimal (base 10) instantly, updating live as you type. Hexadecimal uses the digits 0 to 9 plus the letters A to F to pack four bits into each character, which is why it shows up everywhere in programming, color codes, memory addresses, and MAC addresses.
Yes. Hex to Decimal Converter is completely free, with no sign-up and no usage limits.
Yes. Hex to Decimal Converter runs in any modern web browser. There is nothing to download or install.
Yes. Hex to Decimal Converter runs entirely on your device in your browser, so nothing you enter is uploaded to a server.
Link this tool from a README, doc or site. The badge links back to this page.
[](https://yourhack.ai/hex-to-decimal)