Base64 Encoder/Decoder

Quickly encode text into Base64 or decode Base64 back to text.

What is Base64?

Base64 is an encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data that needs to be stored and transferred over media that are designed to deal with textual data.

Note: Base64 is NOT encryption. Anyone can decode it.