This is a free service that allows you to easily decode text encoded in base64.

Insert text to decode:


         

What is Base64 ?

Base64 is a group of similar encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The Base64 term originates from a specific MIME content transfer encoding.

Where is used Base64 ?

Base64 encoding schemes are commonly used when there is a need to encode binary data that needs be stored and transferred over media that are designed to deal with textual data. This is to ensure that the data remains intact without modification during transport. Base64 is also used in a big number of applications including email via MIME, and storing complex data in XML.

Source:

Wikipedia