Encode plain text to Base64, or decode Base64 back to text. Runs fully in your browser.
Input on the left, output on the right.
Base64 is an encoding format used to represent binary data as text. It is commonly used in data URLs, API payloads, and email attachments.
Base64 is not encryption. Anyone can decode it. Never treat Base64 as a security layer.