Convert File Format
Contact us
Fund this project
Encode Text, File or an Image to Base64
Base64 represents binary data in an ASCII string format. Base64 is an encoding scheme that is used to convert binary data into ASCII string format using only 64 characters. 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. It is designed to carry data stored in binary format across web and other channels. It accepts any form of data and transforms it into a long string of plain text.
Below you will be able to encode your Text / File / Image data to Base64. You may paste or upload your file for conversion.
Type or Paste
Upload File
Upload Image
Encoded Output: