Hex Encoder / Decoder
Encode text to hexadecimal and decode hex back to text in your browser. Free, online, no upload, fully private.
Local processingHow to Use
Enter your input above. The result updates automatically. Use the copy button to copy the result.
Privacy
All processing happens in your browser. Your data is never uploaded to any server.
FAQ
Is my data uploaded?
No. All encoding and decoding happens locally in your browser using TextEncoder. Your data never leaves your device.
What format is the hex output?
Each byte is represented as a two-character hexadecimal value. The output is lowercase by default.