Base64

This is typically used to make binary data safe to transport as strictly text.

Base64 translates binary into safe text. It is used for some web servers, sending attachments in email, plus has frequent use elsewhere when a method of transferring data using binary systems is not available.

Examples:

Operating mode:

Message to encode or decode:


Remove: letters, numbers, whitespace, other things
Change: lowercase, Natural case, Title Case, UPPERCASE, swap case, reverse
Make groups of and next line after groups

Enter your text and see the convered message here