Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text
Input Text
Characters: 0
Base64 Output
Characters: 0
What is Base64?
Base64 is an encoding scheme that converts binary data into ASCII text. It’s commonly used to encode data in URLs, emails, and data URIs. Each Base64 character represents 6 bits of data.