Encode / Decode

Input Text (supports Unicode, HTML, JSON)
Base64 Output
What is Base64? Base64 is an encoding scheme that converts binary data into text format using 64 characters (A-Z, a-z, 0-9, +, /). It's commonly used for embedding images in HTML/CSS, API authentication tokens, and email attachments.