JWT Decoder
Decode a JWT's header and payload and convert time claims like exp to readable dates.
FAQ
Is the signature verified?
No. This tool only displays the contents; signature verification requires the secret key and should happen on your server.
Is it safe to paste my token here?
Decoding happens entirely in your browser and nothing is transmitted. Still, treat valid production tokens as sensitive data.
Related tools
Encode text to Base64 or decode Base64 back to text, with full Unicode support.
Format JSON for readability or minify it to a single line. Syntax errors are shown instantly.
Instantly compute SHA-256, SHA-1 and SHA-512 hashes of any text.
Parse a cron expression field by field and compute the next 5 run times.
Compare two texts line by line and highlight added and removed lines.
Convert numbers between binary, octal, decimal, and hexadecimal. Handles very large integers exactly, all in your browser.