Encode plain text to Base64 or decode Base64 back to text. Also encode images and files to Base64 data URIs.
Base64 is an encoding scheme that converts binary data into ASCII text. It's commonly used to embed images in HTML/CSS, encode email attachments, store binary data in JSON, and transmit data through systems that only support text.