[/COLOR]Hey i hot this section of binary on its own in an e-mail and am dying to know wat it means
00000000
00001000
00000111
00000111
00001001
00000101
00000111
00000101
00000101
00001001
Help much appreciated, also a reccomendation on a binary guide text wud b nice tho not ness as i reas up on the nature of no.s
You did double-check the endianness on that, right? ;)
Ok. Fine. I'll play too.
Obviously, it would have to be "Big-Endian" since we know that a Pirate treasure is often called "Booty" and if the treasure is big, it would be Big Booty, and what is another way to refer to someone with a Big Bootie? Big-End-ian...
/me runs and ducks for cover.
Last edited by TheCotMan; June 21, 2004, 13:02.
Reason: spelling fixes
0 people have been here before ye
8 miles from the coast of cuba
7 yards deep, you'll find
7 seashells, one for each colour of ye olde raynebow
9 chains point away from the shells like spokes of a wagon wheel
5 chains clockwise from north will be the correct chain
7 miles, as the shark swims, you'll come to a series of caverns
5 contain certain death
5 more contain uncertain death
9 from the left contains me treasure
Yarr, it be a hacker pirate map
Last edited by pc-0x90; June 21, 2004, 12:47.
Reason: typo
Binary is a collection of1's and 0'. The exact meaning of what each string of bits means is something that can't really be understood without the context. 8 bits of binary could be characters, or on 8 bit machines, an integer, or on larger machines can be part of an integer, long, string, float, double, other ADT etc. Even if you know it is a character of some type, you won't know what character set or symbol code exchange/format it is using. If Unicode, then you would need multiple 8-bit chars together, if ASCII, 7 of the 8 bits...
Binary can also be used to represent executable code, octets in an IP address, addresses, and many more things and even if it is known to be part of an instruction, you would need to know the architecture, the boundary for which bits are the begin and end for each instruction.
So. I will answer your Q:
The above includes data or it does not.
The above includes instructions or it does not.
This question is much like the posts you see in crypto groups where someone posts some "encrypted text" and says, "can anyone figure out what this means?"
[Fixed spelling mistakes, content added below, changed quoted text color to drop the lame "black on grey", improved layout]
Help much appreciated, also a reccomendation on a binary guide text wud b nice tho not ness as i reas up on the nature of no.s
Um. You can't know how to interprit a string of bit without context. You can convert the value of a string of bits into a decimal value (assuming unsigned), or octal, or hex, but these won't help you to understand what they mean unless you have context.
The easiest metaphor I can consider to describe this is as follows:
You see a gangster pull up in a car. He flashes his lights once each second, then pauses 2 seconds and flashes again for one second. What does that mean? Unless you know what table the ganster was using for translating the bits, you do not know if it is data (I have the money) or an instruction (send the money over.)
[/COLOR]Hey i hot this section of binary on its own in an e-mail and am dying to know wat it means
00000000
00001000
00000111
00000111
00001001
00000101
00000111
00000101
00000101
00001001
Help much appreciated, also a reccomendation on a binary guide text wud b nice tho not ness as i reas up on the nature of no.s
Leave a comment: