JWT Decoder
Paste a JSON Web Token to instantly decode and inspect its header, payload, and signature. No verification — for inspection only.
JWT Decoder
Paste a JSON Web Token (JWT) to decode its header and payload. This does not verify signatures.
JWT inputheader.payload.signature
Decoded JWT
Header
Payload
Signature
How to use
- Paste your JWT token (the full eyJ… string) into the input.
- The header and payload are decoded and displayed as formatted JSON.
- The signature section is shown separately — note this tool does not verify signatures.
Everything runs in your browser — no data is sent to any server.