Base64 Encode/Decode

Base64 Encoder & Decoder

Convert text and binary data to and from Base64 encoding. Commonly used for email attachments, data URLs, API tokens, and storing binary data in JSON. Properly handles UTF-8 characters.