Base64 Encode
100% free tool to encode your data in Base64 format. This online Base64 Encode tool is quick and seamless.
About Base64 Encode
Base64 encode encodes your data seamlessly saving you time and stress.
What is Base64 encoding?
Base64 encoding is a process of converting binary data to an ASCII string format by translating it into a radix-64 representation. The Base64 term originates from a specific MIME content transfer encoding. Base64 encoding is used in many applications, including email via MIME, and storing complex data in XML or JSON.
How to use Base64 Encode
Simply input the data that you want to encode into the box and click on encode. Your data will be automatically encoded instantly.
For example, if you want to encode the following binary data:
CREATE TABLE bindata_try (int_col integer, bin_col binaryvar)
INSERT INTO bindata_try values (1, '0101010011100110')
INSERT INTO bindata_try values (2, '1010010101001000
')
Just input it into the box and click on encode. You will get the result below:
Q1JFQVRFIFRBQkxFICBiaW5kYXRhX3RyeSAoaW50X2NvbCBpbnRlZ2VyLCBiaW5fY29sIGJpbmFyeXZhcikKCklOU0VSVCBJTlRPIGJpbmRhdGFfdHJ5IHZhbHVlcyAoMSwgJzAxMDEwMTAwMTExMDAxMTAnKQpJTlNFUlQgSU5UTyBiaW5kYXRhX3RyeSB2YWx1ZXMgKDIsICcxMDEwMDEwMTAxMDAxMDAwCicp