Whats the diffence between a binary and an ASCII file?
An ASCII file is just a text file. It can include the entire alphabet, upper and lower case, the digits, and all the symbols on the keyboard. Binary files are files that include more characters than just text. Most executable program are binary files (except scripts), all compressed files and image files are binary, etc… ASCII files have the top bit stripped off every byte, and binary files are a full 8 bits per byte.
Related Questions
- If you use the ftp command, make sure you do the transfer in binary mode rather than ASCII mode, by using the binary command before transferring the file. Q 2.2: Why can I get to the WinPcap Web site in order to download WinPcap?
- Can I include binary data in the customer transaction file, along with ASCII data?
- Whats the diffence between a binary and an ASCII file?