WizzyTools

Decode a JWT online 12 uses

Paste a JSON Web Token to instantly view its decoded header and payload in your browser.

/ 5 - Be the first to rate this tool Thanks for rating!

Verification failed - please try again.

Read-only
Read-only

Signature (not verified):

How it works

  1. 1

    Paste the text, code, or token you want to encode or decode.

  2. 2

    Conversion happens instantly as you type.

  3. 3

    Review the result, including any decoded structure.

  4. 4

    Copy the result to your clipboard.

Why use this tool

Every dev utility, one place

Format, convert, encode, decode, and generate — no more juggling ten tabs.

100% private, always

Every tool runs in your browser — your code and data are never sent anywhere.

Works on any device

Runs on Windows, Mac, Linux, iOS, and Android — nothing to install.

Instant results

No queues, no build step — results update as you type.

Built to handle real data

Full Unicode support and RFC-compliant parsing, edge cases included.

Free, always

Free to use, with no rate limits, sign-up, or trial period.

Frequently asked questions

No, it simply unpacks the Base64 header and payload. You need the private key to prove the token hasn't been tampered with.

Editing the payload is possible, but unless you can resign it with the correct secret, the server will reject it.

Yes, it detects the "exp" and "iat" claims and displays them as readable dates instead of Unix integers.

This tool only handles standard signed JSON Web Tokens (JWS), not fully encrypted payloads which require decryption keys.

Yes, the unpacking algorithm runs entirely on your local machine, ensuring your credentials never hit a network.

From the blog

Popular tools