Encode text to Base64 or decode Base64 back to readable text.
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It's commonly used to embed images in HTML/CSS, encode email attachments, transmit data in URLs, and store binary data in JSON. Every 3 bytes of input become 4 Base64 characters.
Have questions? Check our FAQ page.