Base64 Converter
Encode text to Base64 or decode Base64 to text. Supports all text including UTF-8.
Input Text
Enter the text to encode.
Characters: 0Bytes: 0
Output Base64
The encoded Base64 result.
Characters: 0Bytes: 0
What is Base64 Encoding?
Base64 is an encoding scheme that converts binary data into ASCII strings. It is commonly used to transmit binary data over text-based systems like email, JSON, and XML.
Supports all text including UTF-8. All conversions are performed in your browser.