Convert plain text into hexadecimal representation
Converts as you type or paste – real‑time results
Each character becomes its ASCII/Unicode hex code
All processing happens locally in your browser
One‑click copy of hex output
Convert any text into its hexadecimal representation. Perfect for debugging, encoding data, or learning how computers store characters.
Text to hex conversion follows the ASCII/Unicode character mapping:
The text is processed character by character, including spaces and punctuation.
Each character is converted to its numeric code point (e.g., 'A' = 65, 'a' = 97).
The code point is converted to a two‑digit hex string (e.g., 65 = 41). The final output is a continuous string of hex digits.
Text To Hex
54 65 78 74 20 54 6f20 48 65 78