JWT Decoder
Paste a JWT to decode its header and payload, with exp/iat converted to readable dates.
Loading tool…
This tool runs locally in your browser — your content is never uploaded to a server.
How to use
- 1.Paste the full JWT (three dot-separated parts, like eyJ...) into the input box.
- 2.The header and payload decode instantly into readable JSON.
- 3.Time claims like exp / iat / nbf are converted to local readable dates, with a clear expired warning.
- 4.Click “Copy” to save the result; signatures cannot be verified locally and the tool won’t fake that.
FAQ
Related tools
JSON Formatter
Paste JSON to beautify or minify it instantly; invalid JSON reports the exact error location.
Regex Tester
Test regular expressions with live match highlighting and capture groups, plus built-in examples.
Case Converter
Convert variable names between camelCase, snake_case, kebab-case and more — batch friendly.
CSV ⇄ JSON
Convert CSV to a JSON object array or export a JSON array as standard CSV — live both ways.
