Hex Encode / Decode
Convert text to hex representation and back, with configurable separator and case.
Input
Output
About Hex Encoding
Hexadecimal (base-16) encoding represents each byte as two hex digits (00-FF). It is commonly used in debugging, cryptography, and low-level data inspection.
Other Tools
Encode or decode text with multiple encoding and output format options.
Encode or decode URLs with different modes for different situations.
Encode or decode HTML special characters using named, decimal, or hex formats.
Convert any image file to a Base64 data URI for embedding in HTML or CSS.
Encode or decode URL components with configurable encoding modes.
Generate cryptographic hashes from any text. Optional HMAC secret.
Decode and inspect JWT tokens without a secret key. Header, payload, and expiry at a glance.
Generate and verify time-based one-time passwords using a base32 secret key.