Base64 Encoder / Decoder

Encode plain text to Base64 or decode Base64 back to readable text.

About Base64

Base64 is an encoding scheme that converts binary data into a text format using 64 printable ASCII characters. It's commonly used in web development, email attachments, API authentication (Basic Auth), and embedding images in HTML/CSS.