We will convert the entered text first to numeric character values. There are many ways to do this, which are collectively called character encoding. Most commonly used is utf-8 character encoding. We then convert the array of numeric values to Base64 text format.
Base64 is a way to express any data in text form. It is used to encode data wherever it is allowed to transmit only text, for example on web pages. It uses only 64 different characters to encode any data, namely numerals (0 - 9), small and large characters (a - z, A - Z) and some symbols (+, /, =).
Try also other tools we offer for free. Or visit the main page where you find short description of each tool available on our web site.
Password Generator • Encrypt Text • Decrypt Text • Random Numbers
Image to Base64 • Base64 Encode • Base64 Decode • URL Escape • URL Unescape • Remove Accents