Encode and decode Base64 text
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.