JWT Decode

Input token Output
Decoded result:
Header:

		

Payload:

		

Signature:

		
About JWT

How to Use

What this tool does

Decodes a JWT into its Header, Payload, and Signature for inspection. No verification is performed.

Steps

  1. Paste a JWT (three Base64URL parts separated by dots) into the input.
  2. Click Decode to view the JSON header and payload, and the signature bytes.

Examples

Notes