Header
Header will appear here... Payload
Payload will appear here... How it works
Paste a JWT token to decode its three parts: Header, Payload, and Signature. The header and payload are Base64URL-encoded JSON objects.
- Header - Contains the algorithm (HS256, RS256, etc.) and token type
- Payload - Contains claims like subject, issuer, expiration, and custom data
- Signature - Used to verify the token (requires the secret key)
This tool only decodes tokens locally. It does not verify signatures.
Want to learn more?
Read the complete guide with examples and tips
Related developer tools
Continue with nearby tasks in the developer tools hub.
Developer
JSON Format/Validate
Format, validate, and beautify JSON with syntax highlighting
Open tool
Developer
Base64 Encode/Decode
Encode text to Base64 or decode Base64 strings
Open tool
Developer
2FA Code Generator
Generate TOTP verification codes from a 2FA secret
Open tool
Developer
HMAC Generator
Create keyed message authentication codes
Open tool
Developer
Hash Generator
Generate SHA-256, SHA-512, and other hash digests
Open tool
Developer
Basic Auth Generator
Generate HTTP Basic Authorization headers
Open tool