Source Code




Output


About Base64 Encode

Base64 Encoding is an online tool for base 64 encoding a string. Convert text to a base64 string with this free online base64 encoder utility. Encode files or text to base64. It is useful for embedding files in HTML or CSS code as if they were text. 

Base64 is a group of binary-to-text encoding schemes that represent binary data by an ASCII string, translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transmission encoding system.

Base64 encoding schemes are commonly used when binary data needs to be encoded for storage and transfer over a medium designed to deal with textual data. This is to ensure that the data remains intact and unmodified during transmission. Base64 is commonly used in many applications, including writing emails via MIME and storing complex data in XML (en-US)...