Base64 Encoder Decoder
Encode text to Base64 format or decode Base64 strings back to plain text. Base64 is commonly used for encoding binary data in text format.
0 chars0 bytes
Encode text to Base64 format or decode Base64 strings back to plain text. Base64 is commonly used for encoding binary data in text format.
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for embedding images in HTML/CSS, sending binary data over text-based protocols, and data URLs.