Base64 Encode/Decode Tool

Encode

Decode

About Base64:

Base64 is an encoding method that uses 64 printable characters to represent binary data. It is commonly used to transmit binary data within text-based protocols, such as embedding images in emails or passing parameters in URLs. Base64 encoding converts every 3 bytes of data into 4 characters, so the encoded data size is approximately 133% of the original.