Base64 Encoding
Base64 is an scheme that converts binary data into a text format using 64 printable characters. It splits data into 6-bit groups and maps them to a predefined character set (A-Z, a-z, 0-9, +, /). Padding (=) is added if needed to ensure the encoded output length is a multiple of 4. Base64 is commonly used for data transmission in emails, URLs, and JSON.
Settings
Input
Output