FreeDev Tools

Text to HEX Converter

Convert text to hexadecimal and back instantly.

Text to HEX Converter encodes each character as its UTF-8 hexadecimal byte value (space-separated). HEX to Text decodes space- or no-space-separated hex pairs back to readable text.

How to Use

  1. 1

    Paste your text

    Enter the text or string you want to convert to hexadecimal representation.

  2. 2

    Encode or decode

    Click "To Hex" to convert text to hex, or "To Text" to decode a hex string back to readable text.

  3. 3

    Copy the result

    Copy the hex output for use in protocol debugging, cryptography, or data encoding tasks.

Frequently Asked Questions

Hexadecimal encoding represents each byte of data as two hex digits (0-9, A-F). For text, each character is first converted to its UTF-8 byte value, then represented in hex.