Encode text to Base64 or decode Base64 back to text. Everything runs in your browser.
What is Base64? Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It's commonly used for embedding data in URLs, emails, HTML, and API payloads. This tool uses the standard Base64 alphabet with UTF-8 support.