Encode any text to Base64 or decode a Base64 string back to plain text instantly. Completely private — all processing is in your browser.
Base64 is a binary-to-text encoding scheme that represents binary data using only ASCII characters. It's commonly used to embed images in HTML/CSS, transmit data over email (MIME), and store binary data in JSON or XML.