🔐 Encoding & Hashing Tools
Base64, MD5, SHA, URL, HTML, Hex, ROT13, and JWT — all in one place. Instant results, no data leaves your browser.
📦 Base64 Encode / Decode
Convert text or binary data to/from Base64 encoding
🔑 MD5 Hash Generator
Generate the MD5 hash of any text string
🔑 SHA-1 Hash Generator
Generate the SHA-1 hash of any text string
🔑 SHA-256 Hash Generator
Generate the SHA-256 hash of any text string
🔑 SHA-512 Hash Generator
Generate the SHA-512 hash of any text string
🌐 URL Encode / Decode
Encode special characters for use in URLs, or decode percent-encoded strings
%XX format. Spaces become %20. Required when passing special characters like & = ? # / as query parameters.🏷️ HTML Encode / Decode
Escape HTML special characters or unescape HTML entities
< > & " ' into their HTML entity equivalents. Essential for safely displaying user input in web pages and preventing XSS attacks.🔄 ROT13 Encoder / Decoder
Rotate letters by 13 positions — applying it twice restores the original
🔢 Hex Encode / Decode
Convert text to hexadecimal representation or decode hex back to text
🎫 JWT Decoder
Decode and inspect a JSON Web Token — header, payload, and signature