- Home
- Developer
- JWT Decoder
JWT Decoder
Decode JWT header, payload and expiration.
The JWT Decoder reads the header, payload and expiration of a JSON Web Token. It is a quick way to inspect tokens during development and debugging without writing code.
Please enter some input.
How to use
- Paste a JWT into the input field.
- The decoded header and payload are shown as JSON.
- Check the expiration and claims in the output.
Frequently asked questions
Is the token sent to a server?
No, decoding happens locally in the browser.
Does this tool verify the signature?
It decodes the payload but does not verify cryptographic signatures.
Related tools
JSON Formatter
Format, validate and minify JSON in one place.
XML Formatter
Pretty-print and indent XML documents.
YAML Formatter
Format YAML and convert between YAML and JSON in both directions.
CSV to JSON
Convert CSV tables into JSON data.
Hash Generator
Generate SHA-1, SHA-256, SHA-384 and SHA-512 hashes.
Number Base Converter
Convert numbers between binary, octal, decimal, hex and more.