This hex converter translates hexadecimal to text, decimal, and binary, and converts those formats back to hex. Enter a value above to get the conversion instantly.
How to use it
- Enter your hex value (or the text/number to convert).
- Pick the output format.
- Copy the converted result.
What is hexadecimal?
Hex is a base-16 number system using digits 0–9 and letters A–F. It is common in computing for colors, memory addresses, and byte values because each hex digit maps neatly to four binary bits.
Frequently Asked Questions
How do I convert hex to text?
Paste your hex value into the converter above and select text output; each pair of hex digits becomes one character.
What is hex in binary?
Each hexadecimal digit equals exactly four binary bits, so FF in hex is 11111111 in binary.
Is hexadecimal base 16?
Yes. Hexadecimal uses sixteen symbols, 0–9 then A–F, making it base 16.