Shady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years ago01001101 01100101 01101101 01100101lemmy.worldimagemessage-square21linkfedilinkarrow-up165arrow-down12
arrow-up163arrow-down1image01001101 01100101 01101101 01100101lemmy.worldShady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square21linkfedilink
minus-squareCookieJarObserver@sh.itjust.worksBannedlinkfedilinkarrow-up1·2 years agoBinary is just morse in Mashine readable Form.
minus-squarejungle@lemmy.worldlinkfedilinkarrow-up1·2 years agoNot really, Morse code is not binary, but tertiary.
minus-squareBlackRose@slrpnk.netlinkfedilinkarrow-up1·2 years agoI’d say it’s quinary but can easily be represented binarily short mark, dot or dit ( ▄ ): 1 longer mark, dash or dah ( ▄▄▄ ): 111 intra-character gap (between the dits and dahs within a character): 0 short gap (between letters): 000 medium gap (between words): 0000000
minus-squareLifted_lowered@lemmy.worldlinkfedilinkarrow-up1arrow-down1·2 years agoUnless I’m mistaken I would say that it’s the other way around, Morse code is more like a human readable machine language expressed in binary because the 26 character alphabet is expressed in different binary values, much like ASCII.
Binary is just morse in Mashine readable Form.
Not really, Morse code is not binary, but tertiary.
I’d say it’s quinary but can easily be represented binarily
short mark, dot or dit ( ▄ ): 1
longer mark, dash or dah ( ▄▄▄ ): 111
intra-character gap (between the dits and dahs within a character): 0
short gap (between letters): 000
medium gap (between words): 0000000
Unless I’m mistaken I would say that it’s the other way around, Morse code is more like a human readable machine language expressed in binary because the 26 character alphabet is expressed in different binary values, much like ASCII.