Base64 converter (decode/encode)

Enter data for encoding/decoding.

What is base64?

Base64 is a standard for encoding binary data using only 64 ASCII characters. The encoding alphabet contains the text-numeric Latin characters A-Z, a-z and 0-9 (62 characters) as well as 2 additional characters, depending on the implementation system.