Enter text above to see the per-character breakdown.
Every character in a text string has a numeric value in the ASCII (or UTF-8) encoding table. This tool converts each character to its hexadecimal byte representation.
For standard ASCII characters (0–127), each character maps to exactly one byte (two hex digits). For example, the letter "A" is decimal 65, which is 41 in hex.
For Unicode characters beyond ASCII, UTF-8 encoding uses 2–4 bytes per character. The tool handles this automatically — a character like "é" becomes C3 A9 (two bytes).