Back to Developer & Web Tools
Hex Encoder / Decoder
Convert text and UTF-8 bytes to hexadecimal in any layout, or turn hex back into readable text.
Security note. Hexadecimal is just a different way of writing bytes — it provides no secrecy whatsoever. Never use hex encoding to protect passwords, keys or personal data; use proper encryption for anything that must stay confidential.