Hex to Text Converter
Convert text to hexadecimal and hexadecimal back to text instantly.
How It Works
- 1 Paste your text or hex string in the input area.
- 2 Choose encode (text to hex) or decode (hex to text) mode.
- 3 The converted result appears in the output area.
FAQ
What is hexadecimal encoding? ▼
Hexadecimal encoding represents each character as its ASCII/Unicode code point in base-16, using digits 0-9 and letters a-f.
How are hex values separated? ▼
Hex values are separated by spaces for readability, e.g., "48 65 6c 6c 6f" for "Hello".