Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text. Supports UTF-8.
About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It's commonly used for embedding images in HTML/CSS, transmitting binary data in JSON/XML, and encoding email attachments (MIME).