The ASCII encoding of binary data is called

The ASCII encoding of binary data is called Correct Answer base 64 encoding

Base64 is used commonly in a number of applications including email via MIME, and storing complex data in XML. Problem with sending normal binary data to a network is that bits can be misinterpreted by underlying protocols, produce incorrect data at receiving node and that is why we use this code.

Related Questions

The most common binary code in use today is the 8 bit ASCII code. What do the letters ASCII stand for?
Computers use the seven-digit code called ASCII. What does ASCII stand for?