Fun Challenge: Translate this Binary Message! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Fun Challenge: Translate this Binary Message!

'1010011' '1101111' '1101100' '1101111' '1001100' '1100101' '1100001' '1110010' '1101110' '100001'

7th Dec 2017, 7:16 AM
Eric Blinkidu
Eric Blinkidu - avatar
17 Answers
13th Dec 2017, 6:13 PM
LukArToDo
LukArToDo - avatar
+ 12
https://code.sololearn.com/c8mg17eNpfUJ/?ref=app
7th Dec 2017, 1:30 PM
Käzî Mrîdùl Høssäîn
Käzî Mrîdùl Høssäîn - avatar
14th Dec 2017, 4:58 AM
Justine Ogaraku
Justine Ogaraku - avatar
7th Dec 2017, 10:26 AM
blackcat1111
blackcat1111 - avatar
+ 8
It sounds like you all figured it out. Well done! Here is my solution in Python. https://code.sololearn.com/cC9nHGKgMXWA/?ref=app
8th Dec 2017, 7:31 AM
Eric Blinkidu
Eric Blinkidu - avatar
8th Dec 2017, 7:18 AM
Alex V. S.
+ 6
My first guess would be: SoloLearn!
7th Dec 2017, 9:49 AM
Wesley Stessens
Wesley Stessens - avatar
+ 5
Is the last the equivalent of '0100001'?
7th Dec 2017, 9:49 AM
blackcat1111
blackcat1111 - avatar
+ 4
S O L O L E A R N A. whats that last A for?xd I guess we can write a program for this too. would be fun. edit : seems like last one is actually a "!". cool.
7th Dec 2017, 9:50 AM
Kave Eskandari
Kave Eskandari - avatar
+ 4
@Kave Eskandari Wouldn't A be '0000001'?
7th Dec 2017, 9:51 AM
blackcat1111
blackcat1111 - avatar
+ 4
As far as I know we just read the bits until the value of 16th (5th one from right). thats why I read it as an A. I might be wrong though, correct me if I am.
7th Dec 2017, 9:55 AM
Kave Eskandari
Kave Eskandari - avatar
+ 4
a is 01100001 A is 01000001 ! is 00100001 (note the amount of 0's between the 1's)
7th Dec 2017, 9:55 AM
Wesley Stessens
Wesley Stessens - avatar
+ 4
oh I ddint remember there are codes for symbols such as ! too. thanks for the correction.
7th Dec 2017, 9:58 AM
Kave Eskandari
Kave Eskandari - avatar
+ 4
Yes it's from an ascii table. (normal ascii printable characters)
7th Dec 2017, 10:06 AM
Wesley Stessens
Wesley Stessens - avatar
+ 4
@Wesley Stessens Ah, I see. Thanks! 😉
7th Dec 2017, 10:21 AM
blackcat1111
blackcat1111 - avatar
+ 3
@Wesley Stessens Is that from the ASCII table?
7th Dec 2017, 10:04 AM
blackcat1111
blackcat1111 - avatar