Base64 Encode/Decode

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

About Base64 Encode/Decode

Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It is commonly used to embed binary data in text-based formats such as JSON, XML, HTML, and email. This tool supports full UTF-8 character encoding, allowing you to safely encode and decode text containing special characters and non-Latin scripts.