What is Base64?
Base64 represents binary data using 64 printable ASCII characters (A–Z, a–z, 0–9, +, /) — useful for embedding images, certificates and email attachments in text-only protocols.
Output is ~33% larger than the input. UTF-8 text is handled automatically here.