Base64 Encode & Decode
Encode text to Base64 or decode Base64 back to text. Supports UTF-8.
Your data stays in your browser — nothing is uploaded to any server.
or try sample data
Encode text to Base64 or decode Base64 back to text. Supports UTF-8.
Your data stays in your browser — nothing is uploaded to any server.
Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It is commonly used in data URLs, email attachments (MIME), JSON Web Tokens (JWT), and embedding binary data in text-based formats like HTML, CSS, or XML.