๐Ÿ”’

Encoders & Decoders

Encode and decode Base64, JWT, URL, and more. ยท 3 live ยท Free ยท No signup

Frequently Asked Questions

What is Base64 encoding?

Base64 is a binary-to-text encoding scheme that represents binary data using 64 printable ASCII characters. Commonly used in email attachments, data URIs, and API tokens.

What if the decoded output is binary?

If the original data was binary (like an image), the decoded output may not be readable text. Use a dedicated binary tool for those cases.

Does this tool verify the JWT signature?

No. This tool only decodes the payload for inspection. Signature verification requires the secret key and should be done server-side.

Is it safe to paste my JWT here?

This tool runs entirely in your browser โ€” nothing is transmitted to any server. That said, avoid pasting production tokens in any online tool out of good security practice.