Invalid file
Choose a file
Convert file from Base64 string
Decode


What is Base64 Encoding

Base64 Encode contain 6 bits of data it is a type of encoding. It is used to convert binary into code. It is used to show binary data in ASCII format. The word Base64 derive from unique distinct that is MIME(Multipurpose internet mail Extension). By using Base64 we can smoothly forward the thing like e-mail and HTML data it helps to convert binary data into the text form. The extensive action is to approach base 64 characters because the member represent the batch of general major part of encoding and it is also printable

What is Base64 Decoding

Base64 decoding is the reverse process of encoding. In this the encoded data get converted in actual format.

So to get around this, people encode the binary data into characters. Base64 is one of these types of encodings.

Why 64?

Because you can generally rely on the same 64 characters being present in many character sets, and you can be reasonably confident that your data's going to end up on the other side of the wire uncorrupted.

Base64 converts data into a URL friendly string consist of the “standard” alphabet uses A-Z, a-z, 0-9 and /,+ with = as a padding character.