I want to read a file and store it's bits into a txt file (from start to finish) so I can later reconstruct the exact binary from that txt file. Can anyone help me how to read bit's of a file and how...