Question:
Question about "Binary File".............................?????
anonymous
2007-07-02 16:27:38 UTC
Hello friends;
i have converted a binary file into Hex....completely..
but my question is that how can i read a binary file as like we read simple english that what is written in the file........................
when i converted binary file by a software in hope that i would read the file but the software has just converted the file into "hex"....that's also i don't know how to read
by read i mean ...you understand ok....i want to read the binary file as like we read an essay on cow means we can read and know what is in it.........................

please tell me how to read a binary file
i will so much thankful to you..............
loves to all
Five answers:
anonymous
2007-07-06 18:37:49 UTC
First of all, one doesn't convert a binary file into hex. Hexadecimal is merely a convenient way of viewing bits in groups of four, i.e., 0111 = 7; 1001 = 9; 1010 = A, 10101000 = A8, etc. I actually first learned to read binary data as Octal (at least that's what every programmer used to do).



Even if you could convert every 8 bit chunk into one of the ASCII characters, it would not necessarily make any sense because it's not readable text! It could have been machine instructions, video or audio samples... or even just random bits.
JavaScript_Junkie
2007-07-07 21:00:23 UTC
a text file is a acsii text file that contains 0 to 9 -Base 10

A binary file is a file that contains 1 and 0's - Base 2

An octal file is a file that contains 0 to 8 -Base 8

A hex file is a file that contains 00 - FF - Base 16 (HEX)



email me my brain is sore

delta_bravo_1kilo@yahoo.ca
chiavaroli
2016-12-09 03:51:41 UTC
it is getting so that it won't say something without offending somebody, yet Grandma used to bake up a large, old dark fruitcake around Thanksgiving, wrap it up in cheesecloth soaked in rum, and go away it in a tin boc on a closet shelf 'until eventually Christmas. Deeeeelish!
papeche
2007-07-02 16:37:45 UTC
take a group of 8 digits, each makes a number,

that number corresponds to a letter, or a computer characture that is an instruction.

I think A=41, B=42......

so on.
david_m_grogan
2007-07-10 03:46:29 UTC
you need a binary to decimal convertor



http://mistupid.com/computers/binaryconv.htm


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...