Encode text to Base64 or decode Base64 back to plain text. All processing is done in your browser.
Base64 is an encoding scheme that represents binary data in ASCII text format. Commonly used in data URLs, email attachments (MIME), and API authentication headers.