Encoding & Decoding

Tools for converting data between encoding formats: Base64 for attachments and APIs, percent encoding for URLs, HTML entities for safe character display, a JWT decoder for debugging authentication, plus the classic ROT13 and Morse ciphers. Decoding happens locally, so tokens and sensitive strings never leave your computer.

9 tools

In this category

Developers reach for these utilities daily: quickly inspect a JWT payload, decode a string from logs, or prepare a data-URI for an image.

All tool categories