Base64 Encode Decode Online

Convert text to Base64 or decode Base64 strings back to plain text instantly.

About Base64

Base64 is an encoding algorithm that represents binary data in an ASCII string format by translating it into a radix-64 representation. It is commonly used for Basic Authentication, data URIs, and embedding binary data into text files.