Loading tools…
Loading tools…
Decode JWT header and payload locally without sending tokens anywhere.
All free toolsDecode JWT header and payload locally with Base64URL. Shows iat/exp times. Does not verify signatures.
Developer utilities process text locally in your browser session.
Time claims
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}Pro tips
More free tools
Paste raw JSON, format it instantly, validate the structure, and copy the clean output.
Developer ToolsEncode or decode Base64 text and files for APIs, embeds, and debugging.
Developer ToolsTest regular expressions with live matches, flags, and match highlighting.
Developer ToolsCompare two texts or code snippets and see added, removed, and unchanged lines.