New OOTS products from CafePress
New OOTS t-shirts, ornaments, mugs, bags, and more
Page 1 of 2 12 LastLast
Results 1 to 30 of 31
  1. - Top - End - #1
    Ettin in the Playground
     
    Togath's Avatar

    Join Date
    Jun 2011
    Location
    Washington
    Gender
    Female

    Default How do I translate binary to text?

    So... I thought this would be a simple question, buuut google kinda failed for me. Is there any standard chart for translating binary to letters?
    My curiosity got sparked while playing an old rpg(Breath of Fire 3) when this sequence popped up;

    I mean, sure it miiight be random, but it made me curious if it actually said anything.
    Meow(Steam page)
    [I]"If you are far from this regions, there is a case what the game playing can not be comfortable.["/I]

  2. - Top - End - #2
    Firbolg in the Playground
     
    Rockphed's Avatar

    Join Date
    Nov 2006
    Location
    Watching the world go by
    Gender
    Male

    Default Re: How do I translate binary to text?

    You would need to know what the encoding used is. I think ascii uses 7 bits per character, but you need at least 5 for a-z or 6 for a-Z. Alternatively, you could try decoding it as Morse code, but that also uses the time between pulses to tell when a character or word finishes, so it is ambiguous if you just have the dots and dashes.
    Last edited by Rockphed; 2020-04-16 at 08:43 AM. Reason: stupid autocorrect
    Quote Originally Posted by Wardog View Post
    Rockphed said it well.
    Quote Originally Posted by Sam Starfall
    When your pants are full of crickets, you don't need mnemonics.
    Dragontar by Serpentine.

    Now offering unsolicited advice.

  3. - Top - End - #3
    Colossus in the Playground
     
    BlackDragon

    Join Date
    Feb 2007
    Location
    Manchester, UK
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Rockphed View Post
    You would need to know what the encoding used is. I think ascot uses 7 bits per character
    You mean ASCII? That is usually a 7-bit encoding, yes, but the bit sequence in the original screenshot has 23 bits, which doesn't divide neatly into any sort of normal encoding scheme, unfortunately. My suspicion is that it's just a random sequence rather than having any sort of meaning.

  4. - Top - End - #4
    Ettin in the Playground
     
    Griffon

    Join Date
    Jun 2013
    Location
    Bristol, UK

    Default Re: How do I translate binary to text?

    Quote Originally Posted by factotum View Post
    You mean ASCII? That is usually a 7-bit encoding, yes, but the bit sequence in the original screenshot has 23 bits, which doesn't divide neatly into any sort of normal encoding scheme, unfortunately. My suspicion is that it's just a random sequence rather than having any sort of meaning.
    ASCII is a 7 bit encoding, but it would usually be encoded in 8 bits because memory is alway in powers of 2. Then there's Unicode in many versions, one of which is 8 bytes of 8 bits each which encodes pretty much every written human language including chinese.

    Yeah, 23 is a prime number so that's got to be garbage.
    The end of what Son? The story? There is no end. There's just the point where the storytellers stop talking.

  5. - Top - End - #5
    Ogre in the Playground
     
    ElfPirate

    Join Date
    Aug 2013

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Rockphed View Post
    You would need to know what the encoding used is.
    Yeah. Without that information "binary" doesn't actually mean anything other than a number expressed using only 0 and 1.

    Binary 10 stands for 2 in base10. 2 what? We don't know, could be number 2, could be 2nd character in a system, could be number 2 expressed in hexadecimal refers to a charactertable of some kind.

    The OP's question is understandable, I'd be inclined to think it "meant" something too, but without further information than "it is binary" we cannot decode it.

  6. - Top - End - #6
    Colossus in the Playground
     
    BlackDragon

    Join Date
    Feb 2007
    Location
    Manchester, UK
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by halfeye View Post
    ASCII is a 7 bit encoding, but it would usually be encoded in 8 bits because memory is alway in powers of 2.
    That may be the case most of the time these days, but at the time ASCII was codified in 1963 there were all sorts of commonly used bit counts used as the basic size of a byte. In fact, the world's first integrated circuit microprocessor, the Intel 4004, had a 4-bit word, and I've heard of at least one machine (I forget which one) that used 14 bits. It wasn't really until the late 60s and early 70s that they started to standardise on 8 bits.

  7. - Top - End - #7
    Banned
    Join Date
    Feb 2014
    Location
    Denmark
    Gender
    Male

    Default Re: How do I translate binary to text?

    As to how - well, you use a converter: https://www.rapidtables.com/convert/...-to-ascii.html

    Whether it says anything, I couldn't say.

  8. - Top - End - #8
    Barbarian in the Playground
     
    PaladinGuy

    Join Date
    Sep 2016

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Kaptin Keen View Post
    As to how - well, you use a converter: https://www.rapidtables.com/convert/...-to-ascii.html

    Whether it says anything, I couldn't say.
    If it's old there also telex, 5 bits iirc, various bastardisations of ASCII, and a=1 etc.
    23 bits is still mysterious though (not impossible)

  9. - Top - End - #9
    Firbolg in the Playground
     
    Rockphed's Avatar

    Join Date
    Nov 2006
    Location
    Watching the world go by
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by jayem View Post
    If it's old there also telex, 5 bits iirc, various bastardisations of ASCII, and a=1 etc.
    23 bits is still mysterious though (not impossible)
    The 23 bits is why I suggested morse code since different letters are different lengths.
    Quote Originally Posted by Wardog View Post
    Rockphed said it well.
    Quote Originally Posted by Sam Starfall
    When your pants are full of crickets, you don't need mnemonics.
    Dragontar by Serpentine.

    Now offering unsolicited advice.

  10. - Top - End - #10
    Dragon in the Playground Moderator
     
    Peelee's Avatar

    Join Date
    Dec 2009
    Location
    Birmingham, AL
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by factotum View Post
    Quote Originally Posted by Rockphed View Post
    ascot
    You mean ASCII?
    Don't make a corny joke don't make a corny joke don't make a corny joke don't ma-
    Spoiler: Corny joke!
    Show
    You know what they say, ascii a silly question, get a silly ansi!
    Cuthalion's art is the prettiest art of all the art. Like my avatar.

    Number of times Roland St. Jude has sworn revenge upon me: 2

  11. - Top - End - #11
    Firbolg in the Playground
     
    Rockphed's Avatar

    Join Date
    Nov 2006
    Location
    Watching the world go by
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Peelee View Post
    Don't make a corny joke don't make a corny joke don't make a corny joke don't ma-
    Spoiler: Corny joke!
    Show
    You know what they say, ascii a silly question, get a silly ansi!
    *Slow clap.* Bravo sir. Bravo. If you didn't already have children I would say it was past time for you to reproduce. That level of punishment needs to be devoted to dad jokes.
    Quote Originally Posted by Wardog View Post
    Rockphed said it well.
    Quote Originally Posted by Sam Starfall
    When your pants are full of crickets, you don't need mnemonics.
    Dragontar by Serpentine.

    Now offering unsolicited advice.

  12. - Top - End - #12
    Titan in the Playground
     
    ElfRangerGuy

    Join Date
    Aug 2007
    Location
    Imagination Land
    Gender
    Male

    Default Re: How do I translate binary to text?

    Given the character, who is a robot assistant, I assume it's probably R2D2-like beeps and boops rather than some kind of code.
    "Nothing you can't spell will ever work." - Will Rogers

    Watch me draw and swear at video games.

  13. - Top - End - #13
    Bugbear in the Playground
    Join Date
    May 2016

    Default Re: How do I translate binary to text?

    Quote Originally Posted by halfeye View Post
    Yeah, 23 is a prime number so that's got to be garbage.
    It's at least plausible that leading zeroes have been dropped, seeing as it's a displayed binary sequence and leading zeroes are not significant - assuming we're not messing around with a signed or fractional data type, anyways, though if you know the data type you could probably still understand it with leading zeroes dropped. Telling you that I have an eight-bit variable storing the value 00001011 isn't really any different than telling you that I have an eight-bit variable storing the value 1011, as long as it's understood that I'm dropping leading zeroes in the latter and giving you a binary number in both cases.
    Last edited by Aeson; 2020-04-16 at 12:01 PM.

  14. - Top - End - #14
    Troll in the Playground
     
    Flumph

    Join Date
    Nov 2006
    Location
    England. Ish.
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Peelee View Post
    Don't make a corny joke don't make a corny joke don't make a corny joke don't ma-
    Spoiler: Corny joke!
    Show
    You know what they say, ascii a silly question, get a silly ansi!

    Since the leading bit on each line is 1, perhaps it is just paying her a complement?
    Warning: This posting may contain wit, wisdom, pathos, irony, satire, sarcasm and puns. And traces of nut.

    "The main skill of a good ruler seems to be not preventing the conflagrations but rather keeping them contained enough they rate more as campfires." Rogar Demonblud

    "Hold on just a d*** second. UK has spam callers that try to get you to buy conservatories?!? Even y'alls spammers are higher class than ours!" Peelee

  15. - Top - End - #15
    Titan in the Playground
     
    ElfRangerGuy

    Join Date
    Aug 2007
    Location
    Imagination Land
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Manga Shoggoth View Post
    Since the leading bit on each line is 1, perhaps it is just paying her a complement?
    Honey is the name of the robot, the one speaking, btw
    "Nothing you can't spell will ever work." - Will Rogers

    Watch me draw and swear at video games.

  16. - Top - End - #16
    Barbarian in the Playground
     
    PaladinGuy

    Join Date
    Sep 2016

    Default Re: How do I translate binary to text?

    Quote Originally Posted by KillianHawkeye View Post
    Honey is the name of the robot, the one speaking, btw
    It's a joke, 2's complement is a way of writing (negative) numbers in binary.

    The problem with morse is (as already stated) you need to put the gaps in. And the way morse is designed makes that harder anyway.

    There's base 64 (although that's a way of packing groups of 6 bits into groups of 80
    I'm sure I have seen a morse like code where each letter end is obvious but the bit length of them is optimised (based around binary trees, unlike mores once you use a sequence for the letter that branch terminates).
    Last edited by jayem; 2020-04-16 at 01:58 PM.

  17. - Top - End - #17
    Troll in the Playground
     
    Flumph

    Join Date
    Nov 2006
    Location
    England. Ish.
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by jayem View Post
    It's a joke, 2's complement is a way of writing (negative) numbers in binary.
    Yup - Binary is expressing ourselves in zeroes and puns.

    (But I do appreciate KillianHawkeye's comment - I'm not familiar with the strip in question)
    Last edited by Manga Shoggoth; 2020-04-16 at 02:03 PM.
    Warning: This posting may contain wit, wisdom, pathos, irony, satire, sarcasm and puns. And traces of nut.

    "The main skill of a good ruler seems to be not preventing the conflagrations but rather keeping them contained enough they rate more as campfires." Rogar Demonblud

    "Hold on just a d*** second. UK has spam callers that try to get you to buy conservatories?!? Even y'alls spammers are higher class than ours!" Peelee

  18. - Top - End - #18
    Colossus in the Playground
     
    BlackDragon

    Join Date
    Feb 2007
    Location
    Manchester, UK
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Aeson View Post
    It's at least plausible that leading zeroes have been dropped, seeing as it's a displayed binary sequence and leading zeroes are not significant - assuming we're not messing around with a signed or fractional data type, anyways, though if you know the data type you could probably still understand it with leading zeroes dropped. Telling you that I have an eight-bit variable storing the value 00001011 isn't really any different than telling you that I have an eight-bit variable storing the value 1011, as long as it's understood that I'm dropping leading zeroes in the latter and giving you a binary number in both cases.
    But that only works if you know the bit length of the pattern you're looking at. Is this 3x8 with leading zeroes dropped? 4x6? Also, a computer (or presumably the robot who this text is supposed to be from) never drops leading zeros from a bit stream, because the other end isn't going to know where the boundaries between the bytes are.

  19. - Top - End - #19
    Bugbear in the Playground
    Join Date
    May 2016

    Default Re: How do I translate binary to text?

    Quote Originally Posted by factotum View Post
    But that only works if you know the bit length of the pattern you're looking at. Is this 3x8 with leading zeroes dropped? 4x6?
    3x8 and 4x6 are the same length - 24 bits. Having the leading zero wouldn't help to distinguish either one of those from the other; a better example would be 4x7 and 3x8, since retention of the leading zeroes would allow you to distinguish between the 28-bit 4x7 stream and the 24-bit 3x8 stream.

    Also, a computer (or presumably the robot who this text is supposed to be from) never drops leading zeros from a bit stream, because the other end isn't going to know where the boundaries between the bytes are.
    If this were a real computer, that might be relevant, but it's a character in a video game whose "speech" is presumably written for human consumption by humans.

    Also, the 'other end' can work out where the byte boundaries are, because unless you're a moron the only leading zeroes you'd drop are the first ones in the stream - you'd send 0001 0111 0101 1101 as 1011101011101, not as 11111011101. It'd be a bit of extra work as compared to just sending 0001011101011101, it'd have issues if for any reason the stream you needed to send lead with whatever was represented by the value 0 in whatever data type you're using, and for a real bit stream the reduction in signal length from dropping a few leading zeroes would probably be too insignificant to be worth the trouble of sorting out the boundaries at the far end, but it could be done.

    Beyond that, while computers sending bit streams to other computers are very unlikely to be using a communications protocol that drops leading zeroes, computers displaying binary values for humans may drop the leading zeroes, because if it's being displayed for human perusal it'll often be formatted for human convenience before being put out; a 4x4 bit stream that goes 0001011101011101 could easily be displayed as 1 111 101 1101. Moreover, assuming computer-human audio communications using a two-tone system, there'd be greater incentive to drop leading zeroes than in a computer-computer bit stream, because the time savings for not sending the leading zeroes becomes much more significant - you probably can't send a person a continuous arbitrarily-long bit stream and expect them to interpret it correctly and the effective bit rate for a computer-human communications protocol in which the computer uses a two-tone audio signal to pass binary data to the human is necessarily going to be far lower than is typical for computer-computer communications protocols, so the time cost of retaining leading zeroes becomes much more significant, because you're breaking the bit stream up into smaller chunks so that the human can interpret them as it comes in (thus gaining more places in which it'd be reasonable to drop leading zeroes) and because signalling each bit takes significantly longer than would be the case for a computer-computer communication. Moreover, since humans do not normally communicate using two-tone binary audio signals, there's kind of a built-in assumption that the human is familiar with whatever protocol the robot is using to communicate and thus is reasonably likely to be able to interpret the message when leading zeroes are dropped.
    Last edited by Aeson; 2020-04-16 at 10:27 PM.

  20. - Top - End - #20
    Colossus in the Playground
     
    BlackDragon

    Join Date
    Feb 2007
    Location
    Manchester, UK
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Aeson View Post
    Also, the 'other end' can work out where the byte boundaries are, because unless you're a moron the only leading zeroes you'd drop are the first ones in the stream - you'd send 0001 0111 0101 1101 as 1011101011101, not as 11111011101.
    OK, just using an example from the ASCII character set--let's say I send a stream consisting of 110001. Is that the character 0110001 (e.g. number 1) or the character 110001 (e.g. letter b)? There's no way for you to tell if I've dropped the leading zero! I suppose you could count the total number of bits I send and figure out how many bits I dropped at the start from that, but that means you can't even start decoding the message until you've received it in its entirety. It's just computationally easier to handle if I send the entire bitstream including any leading zeroes--the minor saving in bandwidth usage isn't worth the massive additional complexity in decoding.

    It's worth noting that in an actual transmission stream there will often be additional bits sent with every character so you know where they start and end, because if a couple of bits get corrupted or dropped due to transmission noise, you don't want to have to resend the entire thing.

  21. - Top - End - #21
    Troll in the Playground
     
    DataNinja's Avatar

    Join Date
    Nov 2014
    Gender
    Female

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Peelee View Post
    Don't make a corny joke don't make a corny joke don't make a corny joke don't ma-
    Spoiler: Corny joke!
    Show
    You know what they say, ascii a silly question, get a silly ansi!
    I was expecting there to be a kernel of a joke in there. But all I saw was a husk of a pun.

  22. - Top - End - #22
    Ogre in the Playground
    Join Date
    Nov 2005
    Location
    Worcestershire, UK

    Default Re: How do I translate binary to text?

    Of course, we're just assuming it's binary. It could be literally any base system, but coincidentally the number displayed has no other numerals in it.

  23. - Top - End - #23
    Ettin in the Playground
     
    Griffon

    Join Date
    Jun 2013
    Location
    Bristol, UK

    Default Re: How do I translate binary to text?

    Quote Originally Posted by Aeson View Post
    3x8 and 4x6 are the same length - 24 bits. Having the leading zero wouldn't help to distinguish either one of those from the other; a better example would be 4x7 and 3x8, since retention of the leading zeroes would allow you to distinguish between the 28-bit 4x7 stream and the 24-bit 3x8 stream.


    If this were a real computer, that might be relevant, but it's a character in a video game whose "speech" is presumably written for human consumption by humans.

    Also, the 'other end' can work out where the byte boundaries are, because unless you're a moron the only leading zeroes you'd drop are the first ones in the stream - you'd send 0001 0111 0101 1101 as 1011101011101, not as 11111011101. It'd be a bit of extra work as compared to just sending 0001011101011101, it'd have issues if for any reason the stream you needed to send lead with whatever was represented by the value 0 in whatever data type you're using, and for a real bit stream the reduction in signal length from dropping a few leading zeroes would probably be too insignificant to be worth the trouble of sorting out the boundaries at the far end, but it could be done.

    Beyond that, while computers sending bit streams to other computers are very unlikely to be using a communications protocol that drops leading zeroes, computers displaying binary values for humans may drop the leading zeroes, because if it's being displayed for human perusal it'll often be formatted for human convenience before being put out; a 4x4 bit stream that goes 0001011101011101 could easily be displayed as 1 111 101 1101. Moreover, assuming computer-human audio communications using a two-tone system, there'd be greater incentive to drop leading zeroes than in a computer-computer bit stream, because the time savings for not sending the leading zeroes becomes much more significant - you probably can't send a person a continuous arbitrarily-long bit stream and expect them to interpret it correctly and the effective bit rate for a computer-human communications protocol in which the computer uses a two-tone audio signal to pass binary data to the human is necessarily going to be far lower than is typical for computer-computer communications protocols, so the time cost of retaining leading zeroes becomes much more significant, because you're breaking the bit stream up into smaller chunks so that the human can interpret them as it comes in (thus gaining more places in which it'd be reasonable to drop leading zeroes) and because signalling each bit takes significantly longer than would be the case for a computer-computer communication. Moreover, since humans do not normally communicate using two-tone binary audio signals, there's kind of a built-in assumption that the human is familiar with whatever protocol the robot is using to communicate and thus is reasonably likely to be able to interpret the message when leading zeroes are dropped.
    If computers were sending to computers there might well be parity bits, I'm pretty sure I've heard of ASCII sometimes being 11 bits per byte.

    Then again, there's also EBCDIC, which also codes binary to letters and numbers but is incompatible with ASCII (you can convert if you know which you have, but if you assume what you have is one but in fact it is the other, the result will be obvious garbage).

    https://en.wikipedia.org/wiki/EBCDIC
    Last edited by halfeye; 2020-04-17 at 09:52 AM.
    The end of what Son? The story? There is no end. There's just the point where the storytellers stop talking.

  24. - Top - End - #24
    Bugbear in the Playground
    Join Date
    May 2016

    Default Re: How do I translate binary to text?

    Quote Originally Posted by factotum View Post
    OK, just using an example from the ASCII character set--let's say I send a stream consisting of 110001. Is that the character 0110001 (e.g. number 1) or the character 110001 (e.g. letter b)? There's no way for you to tell if I've dropped the leading zero!
    Computers - and, for that matter, humans - cannot distinguish between 0110001 (insignificant leading bit) and 0110001 (significant leading bit) without additional information, so your example is either wrong or incomplete. Since '1' is 0x31 (00110001) and 'b' is 0x62 (01100010) in the ASCII character set, I'm going to say it's wrong, because if you're only dropping leading zeroes then '1' is 110001 and 'b' is 1100010.

    I suppose you could count the total number of bits I send and figure out how many bits I dropped at the start from that, but that means you can't even start decoding the message until you've received it in its entirety.
    Which is a reason why it probably wouldn't be done in a real communications protocol, but we're probably not looking at an example of a real communications protocol in use.

    It's just computationally easier to handle if I send the entire bitstream including any leading zeroes--the minor saving in bandwidth usage isn't worth the massive additional complexity in decoding.
    Which is something I already mentioned in passing:
    for a real bit stream the reduction in signal length from dropping a few leading zeroes would probably be too insignificant to be worth the trouble of sorting out the boundaries at the far end

    If computers were sending to computers there might well be parity bits, I'm pretty sure I've heard of ASCII sometimes being 11 bits per byte.
    11 bits per byte is more than just a parity bit, though I suppose it could be a parity bit for each nibble and a parity bit for the whole thing. With three bits added to every eight (or, less likely, four bits added to seven), it seems more likely that there's some form of error correction going on there, or at least a more complicated form of error detection than simple parity bits. Also, there are communications protocols where sending a single ASCII character would require significantly more bits than just 11 - for example, a very simple communications protocol with error correction is to send each bit in triplicate and correct transmission errors by majority vote at the receiving end.

    Regardless, if we're looking at a bit stream produced by a communications protocol with error detection or error correction, then "it's 23 bits so it has to be garbage" is nonsense, but determining what it says requires knowing not only what data type we're looking at but also what communications protocol is in use.
    Last edited by Aeson; 2020-04-17 at 11:22 AM.

  25. - Top - End - #25
    Titan in the Playground
     
    ElfRangerGuy

    Join Date
    Aug 2007
    Location
    Imagination Land
    Gender
    Male

    Default Re: How do I translate binary to text?

    I've got to say that, if I were a game designer or script writer and I needed to have a small robot say something in "computer language", I'd just tap a bunch of ones and zeroes until I thought it looked good.
    "Nothing you can't spell will ever work." - Will Rogers

    Watch me draw and swear at video games.

  26. - Top - End - #26
    Ettin in the Playground
     
    georgie_leech's Avatar

    Join Date
    Sep 2011
    Location
    Calgary, AB
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by KillianHawkeye View Post
    I've got to say that, if I were a game designer or script writer and I needed to have a small robot say something in "computer language", I'd just tap a bunch of ones and zeroes until I thought it looked good.
    It's not unheard of to put easter eggs in such places though. This one is far too short for, say, MADE YOU LOOK or something, but it's not the craziest idea either.
    Quote Originally Posted by Grod_The_Giant View Post
    We should try to make that a thing; I think it might help civility. Hey, GitP, let's try to make this a thing: when you're arguing optimization strategies, RAW-logic, and similar such things that you'd never actually use in a game, tag your post [THEORETICAL] and/or use green text

  27. - Top - End - #27
    Colossus in the Playground
     
    BlackDragon

    Join Date
    Feb 2007
    Location
    Manchester, UK
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by georgie_leech View Post
    It's not unheard of to put easter eggs in such places though. This one is far too short for, say, MADE YOU LOOK or something, but it's not the craziest idea either.
    Happened a few times with Bender in Futurama, as I recall. There's a horror-themed episode where he sees a binary code and isn't concerned about it, but when he sees it in a mirror, he freaks out--if you work out what the mirror code is, it's "666", aka the number of the beast.

  28. - Top - End - #28
    Dragon in the Playground Moderator
     
    Peelee's Avatar

    Join Date
    Dec 2009
    Location
    Birmingham, AL
    Gender
    Male

    Default Re: How do I translate binary to text?

    Quote Originally Posted by factotum View Post
    Happened a few times with Bender in Futurama, as I recall. There's a horror-themed episode where he sees a binary code and isn't concerned about it, but when he sees it in a mirror, he freaks out--if you work out what the mirror code is, it's "666", aka the number of the beast.
    Using Futurama for an example of "not unheard of to put Easter eggs in" is almost cheating. There was a ridiculous level of attention to detail in that show.
    Cuthalion's art is the prettiest art of all the art. Like my avatar.

    Number of times Roland St. Jude has sworn revenge upon me: 2

  29. - Top - End - #29
    Barbarian in the Playground
     
    ereinion's Avatar

    Join Date
    Oct 2012
    Location
    UTC+1

    Default Re: How do I translate binary to text?

    Googling some keywords related to the question in the OP, brought me to this GameFAQ page which claims to contain the game script to BoF3. In it, the binary is divided up into spaces:



    That is "1001 0101 01110 10 00001 011.."

    A cursory inspection of this doesn't reveal any further information to me, but maybe it'll help someone else here make more sense of it?
    Last edited by ereinion; 2020-05-09 at 06:02 PM.
    "In defeat, malice; in victory, revenge!"
    Quote Originally Posted by Captnq View Post
    Roleplay liking each other or GET OUT. Because I've had it up to my eyeballs with REAL role-players and their "concept" being more important then the rules, fun, and the other players
    Avatar-maker

  30. - Top - End - #30
    Barbarian in the Playground
     
    PaladinGuy

    Join Date
    Sep 2016

    Default Re: How do I translate binary to text?

    Quote Originally Posted by ereinion View Post

    That is "1001 0101 01110 10 00001 011.."
    Morse starts with PC or X depending on which way.
    PC=a6d
    which almost looks like something.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •