Base64 Encoder & Decoder

Encode and decode Base64 strings online

Text to Encode
Result
Result will appear here...

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in emails, embedding images in HTML/CSS, and transmitting data over protocols that only support text. URL-safe Base64 uses different characters to avoid issues in URLs and filenames.