Skip to content

Encoding & conversion

Encode and decode Base64, URLs, HTML entities, hexadecimal, binary and Morse, plus the classic ciphers. UTF-8 safe and running entirely in your browser.

Encoding & conversion

Encoding problems have a way of appearing at the worst moment: a Base64 blob in an API payload you need to inspect, a URL-encoded query string full of %20s, HTML entities garbling an imported article, a Unix timestamp that means nothing to a human. The converters here decode and encode Base64 and Base32, URL encoding, HTML entities, hex, binary and character codes, translate Morse code, apply classic ROT13 and Atbash ciphers, and turn timestamps into readable dates and back.

Every converter is UTF-8 safe — accented letters, Cyrillic and emoji round-trip correctly instead of turning into mojibake, which is where many older online converters quietly fail. Conversions run in both directions and update live as you type.

There is a real privacy advantage to doing this locally: encoded payloads often contain tokens, credentials or personal data, exactly the things you should not paste into a converter that ships them to a server. Here the decoding happens in your browser and the data never leaves your machine — check the network tab if you like.