Base64 Image Encoder

Base64 Image Encoder

Load image's file and encode it in base64 :

Drop file here

or

Result :

copied

book How To Use

  • Pick a file by draging file from File Explorer or File Manager from your PC and drop it into dropping area.
  • You can pick a file by pressing Browse's button.
  • The file must contain image's file (png, jpeg, jpg, bmp or gif), other file won't proccessed.
  • You can upload file with maximal file size reach 10 Mbyte.
  • The encoded character in base64 format will automaticly generated after file was uploaded.
  • The encoded text will seen as result right after the file was uploaded.
  • You can copy the result by pressing the Copy Result's button and paste it to an other places.
  • You can download the result as file in txt extension format by pressing the Save File As Result's button.
  • Saved file is reverseable, so you can decode it later with Base64 Image Decoder

info About Base64 Image Encoder

Base64 Image Encoder is a tool to transform image's file encoded text in base64 format. Base64 encoding usually used when binary data need to be encoded for any purpose. Encoded data will stored and transfered over media that design to deal with textual information. This guarantees that the data won't changed during transfer without modification. Base64 encode generally in some application like electronic mail via MIME.

MIME which stands for MUlti-porpose Internet Mail Extensions is one of application used base64 encode format to transfer data. It is used to transmit data with file attachment over Simple Mail Transfer Protocol. Encoding data in base64 will encrease more 33% the data space than the original data.

Base64 will turn the binary data in to text. The encoded data will get the character in range A-Z, a-z, and 0-9 for the initial 62 values that can use to encode data. Other base64 variation share the same property but they use different symbols in the last two values.

For Example, The original text is :

Find light in the beautiful sea..

And the encoded result is :

RmluZCBsaWdodCBpbiB0aGUgYmVhdXRpZnVsIHNlYS4u

The example above was encode the data from normal text or character. And the Base64 Image Encoder will generate more than that. This tool will encode all ASCII character compiler on that image's file and turn into encoded text in base64 format.

Base64 index table :

ValueCharValueCharValueCharValueChar
0A16Q32g48e
1B17R33h49x
2C18S34i50y
3D19T35j51z
4E20U36k520
5F21V37l531
6G22W38m542
7H23X39n553
8I24Y40o564
9J25Z41p575
10K26a42q586
11L27b43r597
12M28c44s608
13N29d45t619
14O30e46u62+
15P31f47v63/

Source : wikipedia

security Safe and Secure

We use SSL (Secure Sockets Layer) encryption for data transmission over internet connection to make sure all data were transmitted securely.

Your entries will not be saved in our system, neither the result. We do not keep or inspect the contents of the submitted data any way. We also do not collect uploaded file from user and delete it directly after user leave the page.

transform Completely Free

Our tool is free to use. You can use it any time without install or download software to your computer.