Convert plain text to Base64 or decode a Base64 string back to text.
Base64 is an encoding scheme that converts binary data into an ASCII string using 64 printable characters (A–Z, a–z, 0–9, +, /). It is commonly used to encode data in email attachments, embed images in HTML/CSS, and safely transmit binary data over text-based protocols.