JWT Decoder
Decode a JSON Web Token and read its header, payload and expiry.
Registered claims
About the JWT Decoder
Paste a token and see the header, the payload and every claim laid out in a readable table, with timestamps converted to real dates and a clear warning when the token has expired.
Decoding happens entirely in your browser. That still does not make it safe to paste a live production token into any website โ including this one โ because a valid token is a working credential until it expires.
Frequently asked questions
Does this verify the signature?
No. Verification needs the secret or public key, which must stay on your server. This tool only decodes what the token says.
Is a JWT encrypted?
No. The payload is Base64-encoded, not encrypted โ anyone holding the token can read it. Never put passwords or secrets in a JWT.
Related tools
All Developer โCron Expression Generator
Translate a cron schedule into plain English and see its next run times.
Text Diff Checker
Compare two texts and see exactly what was added, removed or kept.
URL Encoder / Decoder
Percent-encode or decode URLs and query string components.
UUID Generator
Generate cryptographically random UUID v4 identifiers in bulk.
Regex Tester
Test a regular expression against sample text with live match highlighting.
CSS, JS & HTML Minifier
Strip comments and whitespace to make your code files smaller.