Hex ↔ Text
Convert text to hexadecimal bytes (UTF-8) or decode hex back to text. Forgiving input — ignores 0x prefixes, commas, and spaces.
Advertisement
How to use Hex ↔ Text Converter
- Pick Encode or Decode.
- Paste your text or hex.
- Copy the result.
What is Hex ↔ Text Converter?
Hex (base 16) is a compact way to view byte content — common in debugging, file forensics, and network analysis. This tool encodes text to UTF-8 bytes shown as two-digit hex per byte, and decodes any reasonable hex format back to UTF-8 text.
Advertisement
FAQ
- What hex separators are accepted on decode?
- Any non-hex character: spaces, commas, dashes, even 0x prefixes. We strip everything that isn't 0-9 or a-f.