The definition of binaryThere are two meanings for binary in common computer
usage. The first is the name of the number system in
which there are only zeros and ones. This is important to
computers because all computer data is ultimately a
series of zeros and ones, and thus can be represented by
binary numbers. The second is an offshoot of the first;
data that is not meant to be intepreted through a common
character set (like
ASCII) is typically
referred to as binary data. Pure binary data is typically eight
bit data, and transferring
a binary file through ASCII channels without prior modification will
result in corruption and loss of data. Binary data can be
turned into ASCII data via uucoding
or bcoding.
|
|