Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 to text.

What is Base64?
Base64 is a binary-to-text encoding scheme commonly used to encode binary data for transmission over text-based protocols.