Base64 Decoder

Base64 Decoder

Enter encoded's text or string in base64 and decode it :

Result:

copied

book How To Use

  • Input a string of text and decode it in base64 format as you like. You can use online tool's Base64 Encoder to encode your's text and process it with this tools.
  • Decode's button will process encoded character in base64 format to normal character or in original character.
  • The decoded text will seen as result right after the Decode's button was hitted.
  • You can copy the result by pressing the Copy Result's button and paste it to an other places.
  • You also be able to upload file containing encoded text or string you want to decode by pressing the Load File's button. The file should be in plain text or file with extension (.txt). The other's file won't allowed to uploaded.
  • You can download the result as file in txt extension format by pressing the Save File As Result's button.

info About Base64 Decoder

Base64 Decoder is a tool to transform encoded text in base64 form to normal character / string in original character. This tool is opposite of the Base64 Encoder which workes by reversing the function of Base64 Encoder.

Base64 encoding usually used when binary data need to be encoded. 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 encoded text is :

SSdtIGJsaW5kZWQgYnkgdGhlIHdoaXRlIGxpZ2h0Li4=

And the decoded text as result is :

I'm blinded by the white light..

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.