JWT Decoder
Inspect the header, payload and expiry of a JSON Web Token locally.
Runs entirely in your browser. Nothing you enter leaves your device.
Input
Decoded only — the signature is not verified, so never paste a token you still trust.
Runs entirely in your browser. Nothing you enter leaves your device.
Output
The decoded header and payload appear here.
How to use
- Type or paste your text into the input panel on the left.
- The result updates instantly in the output panel on the right.
- Use Copy or Download to save the result, or Reset to start over.
Related tools
- Dummy File GeneratorCreate test files of an exact size with random or zero-filled content.
- File SplitterSplit a large file into chunks by size or piece count, streamed without loading it all into memory.
- CSS FormatterFormat and minify CSS stylesheets.
- Hash GeneratorCompute MD5, SHA-1, SHA-256 and SHA-512 digests of text or a file.
- URL Encoder & DecoderPercent-encode and decode URLs and query strings.
- UUID GeneratorGenerate UUID v4 values in bulk, with formatting options.