Base64 Encode / Decode

Translate UTF-8 text to Base64 or turn Base64 back into readable text.

Advertisement
Base64 workbenchYour text stays here

What Base64 does

Base64 represents binary data using ordinary text characters. It is useful for transport and embedding, but it is encoding—not encryption—and does not protect secrets.