Base64, URL encoding/decoding, and cryptographic hashing — all client-side, nothing sent to servers
URL-safe Base64
URL-safe variant will appear here…
URL Encoded
URL Decoded
encodeURIComponent (strict)
Decoded (Entities → Text)
Uses the Web Crypto API — fully client-side, no data leaves your browser.
Hexadecimal
Binary
Octal
Generates a signed JWT using HMAC-SHA256. For demonstration — do not use this secret in production.
Generated Token