Skip to main content
DevBench
0x

Text → Hex

EncodingOffline-ready

Text to Hex converts any string to its hexadecimal byte representation — each character becomes its UTF-8 byte value in hex. Choose uppercase (4A) or lowercase (4a) output, add space or colon delimiters between bytes, and copy the result for network debugging, encoding analysis, or byte-level data inspection. Supports full Unicode including emoji. Runs entirely in your browser.

Related: Hex → TextText → BinaryBase64 Encode

Text to hexadecimal encoding

Converts each character of a string to its hexadecimal byte representation. Each character becomes two hex digits separated by a space — for example "Hi" 48 69. Used in networking, cryptography, and low-level debugging to inspect raw byte values.