Recall that ASCII is a 8-bit character system (256 characters). For example, the decimal representation of the “carriage return” character is 13, which is 0x0D in hex, or 00001101 in binary. It ...