Encode text or files to Base64, or decode Base64 back to original.
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII text.
Common uses: email attachments, data URLs, API payloads, embedding images in HTML/CSS.
No, Base64 actually increases size by about 33%.