base64 online decoding tool

The base64 online decoding tool provides you with base64 encoding, base64 online decoding, base64 encryption and decryption, encrypting strings in Base64 format, and displaying encrypted Base64 online decryption and decryption as plain text. Base64 is a relatively common online encryption algorithm. When solving Chinese garbled characters, encoding Chinese in different ways can effectively avoid Chinese garbled characters. This site will not record any of your information, please feel free to use it.

Base64 index table

Base64 encoding uses 64 printable ASCII characters (AZ, az, 0-9, +, /) to encode any byte sequence data into an ASCII string, and the "=" symbol is used as a suffix.

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

Base64 divides the input string into bytes, obtains the binary value corresponding to each byte (if it is less than 8 bits, the high bits are filled with 0), then concatenates these binary values, and then divides them into groups of 6 bits (because 2^6=64), if the last group is less than 6 bits, 0 will be added at the end. Convert each set of binary values ​​into decimal, then find the corresponding symbols in the above table and concatenate them to get the Base64 encoding result.

Base64 can be used to encode the underlying binary data of any data, and can be used in situations where only ASCII characters can be transmitted. However, it is most commonly used for processing and transmitting text data. For example, in MIME format emails, Base64 can be used to encode email content to facilitate transmission between computers with different languages ​​without garbled characters. Note that it is transmitted rather than displayed, such as in computers in Western Europe. Using utf-8 encoding on the computer can display Chinese normally (the corresponding font library is installed), but it may not be able to transmit Chinese normally. In this case, converting to Base64 will eliminate this concern.

Unless otherwise specified in Base64 encoding, it is generally agreed that non-ASCII characters are encoded according to the UTF-8 character set.

Language: English | 中文 | Русский | Español | Português | हिन्दी | தமிழ் | Deutsch | Français | عربي | 日本語 | 한국어
Your track:
Advertising area 1