Encode and decode text using various algorithms. Base64, URL encoding, HTML entities, and more.
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.
Commonly used for encoding email attachments, images in HTML/CSS, and transferring binary data over text-based protocols.