Base64 Converter

Encode text to Base64 and decode Base64 to text

Base64 Encoded

Enter input above

About Base64

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is commonly used when there is a need to encode binary data that needs to be stored and transferred over media designed to deal with text. Common uses include email attachments, data URLs, and API tokens.