Base64 Converter
Encode and decode Base64 data with UTF-8 support.
arrow_forward
Input
11 bytes
Output
0 bytes
info
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation. This tool supports UTF-8 encoding so you can safely convert emojis and special characters.