Text to Hex Converter
Convert your text or ASCII string to hexadecimal codes in one click. Supports Unicode, emoji and non-English characters.
Hexadecimal output
Example: Text to Hex
- Hello → 48 65 6C 6C 6F
- İstanbul → C4 B0 73 74 61 6E 62 75 6C
- 👋 → F0 9F 91 8B
How to Convert Text to Hex?
- Type or paste your text into the input field.
- Click Convert to see the hexadecimal representation.
- Copy or use the hex output as you wish.
Text to Hex Table (Common Characters)
textToHexTableText | textToHexTableHex |
---|---|
A | 41 |
B | 42 |
C | 43 |
a | 61 |
b | 62 |
c | 63 |
0 | 30 |
1 | 31 |
! | 21 |
? | 3F |
What is Text to Hex?
Text to hex conversion means representing each character of your text as its hexadecimal byte value. It's commonly used in programming, network protocols, and debugging data.
FAQ
- Does it support Unicode and emojis?
Yes! It works with all UTF-8 text, including emojis and special characters. - Can I use it for non-English characters?
Absolutely. All Unicode characters will be converted to their hex codes. - How do I decode hex back to text?
Use our Hex to Text tool for the reverse conversion.