Free Online Base64 Converter

Easily encode text to Base64 format or decode Base64 strings back to plain text.

0 chars
0 chars
Invalid Base64 input.

About Base64 Encoding

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.

It is commonly used to encode data that needs to be stored and transferred over media that are designed to deal with textual data. This ensures that the data remains intact without modification during transport.