Decode Base64 data to Text or Image


The Base64 format is an data encoding scheme to convert binary data into ASCII string format. It encodes binary data by dividing it into 6-bit chunks and then mapping them mapped to one of the 64 allowed characters. Since each byte consists of 8 bits, every 3 bytes of binary data are converted into 4 Base64-encoded characters. And if binary data doesn't perfectly divide by 3, a padding (usually =) is added at the end. When any data or file is Base64 encoded, it needs to be decoded to normal file before same can be used. The decoder function that converts Base64-encoded data back into its original binary form.

Below you will be able to decode your Text / File / Image data from Base64 string. You may paste or upload your file for conversion.

 Type or Paste  
   
 Upload File  
 Image Data  
  
Decoded Output: