Base64 Encode & Decode

Convert text to/from Base64.

What Is Base64?

A binary-to-text encoding using 64 ASCII characters. Used for embedding images, email attachments, and data URIs.

Is It Encryption?

No. Base64 is encoding, not encryption. Anyone can decode it.