🔐 Base64 Encoder/Decoder

Encode and decode Base64 text

About Base64

Base64 encoding converts binary data to ASCII text. It's commonly used in email attachments, data URIs, API tokens, and web development. This tool processes everything in your browser — nothing is sent to any server.