Skip to content

Category

Encoding tools.

Encode, decode and convert between common text and time formats, instantly.

Encoding tools

When you reach for Encoding tools.

Encoding tools are the ones you use ten times a day and never think about — until the round trip is not clean and you cannot tell whether the problem is your data, your encoder, or the terminal you pasted through.

Most of the failures are about variants nobody documents. Standard Base64 versus the URL-safe alphabet that swaps + and / for - and _. Whether padding is present. Whether a URL encoder is escaping a whole URL or a single query parameter, which need different treatment for characters like & and =.

These are built to make the variant explicit rather than guessing, and to round-trip losslessly so you can confirm the transformation rather than assume it.