Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text. Supports UTF-8.
0 characters
0 characters
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format. It's commonly used for encoding data in URLs, email attachments, and data URIs. This tool supports UTF-8 characters.