Base64 is a common text encoding method, often used to embed binary content (such as images, files, etc.) in URLs, emails, or data transmissions.
Encoding: Convert the original text to Base64 format
Decode: Restore Base64 text to its original content