Developer Tools
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 strings back to plain text. Supports UTF-8 characters.
What is Base64? Base64 is an encoding scheme that converts binary data into ASCII text. Commonly used in email attachments, data URIs, and API authentication tokens.