Base64 Encoder

This is a simple tool to encode text strings using the Base 64 format.

What is Base 64?

Base 64 a method for encoding binary or text data into a character format. The resulting file can then be decoded and coverted back into its original format.