difference between text file and binary file

At the bottom level, they are all bits… true. However, some transmission channels have seven bits per byte, and other transmission channels have eight bits per byte. If you transmit ASCII text over a seven-bit channel, then all is fine. Binary data gets mangled. Additionally, different systems use different conventions for line endings: LF and … Read more