Decode Bearer Token Online
Drop in the full value from your Authorization header and the Bearer prefix is stripped automatically. See the decoded claims and whether the token has expired. Everything runs locally, so the token never leaves your device.
JWT Decoder
Decode and inspect JSON Web Tokens without sending them to a server
Quick Start
- 1Copy the value from your Authorization header
- 2Paste it into the input, with or without the Bearer prefix
- 3Read the decoded header and payload claims
- 4Check the exp claim to confirm whether the token is still valid
More Decode Tools
All decoders →Decode a Punycode (xn--) Domain Online
Paste an xn-- domain and see the real Unicode name behind it. Spot IDN homograph and phishing lookalikes. Free decoder that runs in your browser.
Decode Base64 to Text Online
Decode Base64-encoded strings back to readable text. Free online Base64 decoder with UTF-8 support.
URL Decode Percent-Encoded Text Online
Decode percent-encoded URL strings back to readable text. Free online URL decoder for query strings and URIs.
Decode JWT Tokens Online
Decode and inspect JWT token headers and payloads without verification. Free online JWT decoder with claim analysis.
Decrypt AES-256 Encrypted Text Online
Decrypt AES-256-GCM encrypted Base64 ciphertext back to plaintext. Free online AES decryption tool.
Decode Caesar Cipher Online - Brute Force All Shifts
Decode Caesar cipher text by trying all 26 shift values. Free online Caesar cipher decoder and cracker.
Looking for FAQs and advanced options? Visit the full JWT Decoder page →