Encoding & Hashing
Encode, decode, and hash data in various formats
9 tools available
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text.
newBase32 Encode / Decode
Encode text to Base32 or decode Base32 back to text.
newHex Encode / Decode
Convert text to hexadecimal or decode hex back to text.
newBinary Encode / Decode
Convert text to binary bits or decode binary back to text.
newCharcode Encode / Decode
Convert text to Unicode char codes or decode char codes back to text.
newURL Encode / Decode
Percent-encode URLs or decode %xx sequences back to text.
newHTML Entities Encode / Decode
Encode special chars to HTML entities or decode them back.
newHash Generator
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes.
newHMAC Generator
Generate HMAC signatures using SHA-1, SHA-256, SHA-384, or SHA-512.
new