Skip to main content
HomeJWT Encoder / Decoder

JWT Encoder / Decoder

A two-in-one JWT tool: encode a custom header and payload into Base64URL-encoded JWT parts (without signing), or decode any JWT to inspect its header, payload, and signature.

100% client-side · no data leaves your browser

Encode — Header + Payload → Base64URL Parts

36 chars
68 chars

Decode — JWT → Header + Payload + Signature