Hex Encoder

Convert text to hexadecimal byte representation. Each UTF-8 byte shown as two hex digits. Nothing uploaded.

Input
Output
Share Link
Settings

Related Tools

Frequently Asked Questions

What encoding does this use?
Text is encoded to UTF-8 bytes first, then each byte is represented as two lowercase hexadecimal characters.
What does the hex output represent?
Each pair of hex digits (00–ff) represents one byte of the UTF-8 encoded input string.

About Hex Encoder

Hexadecimal encoding converts each byte of a UTF-8 string to a two-character hex representation. This is commonly used in debugging, cryptography, and data representation.