Open In App

First tweet of Google in cryptic way

The first tweet send by Google is
I’m 01100110 01100101 01100101 01101100 01101001 01101110 01100111
00100000 01101100 01110101 01100011 01101011 01111001 00001010

Can you guess the meaning?
If we convert each set of 8bits into decimal and check with ASCII values we get the message as “I’m feeling lucky\n”
For example, if we take first 8 binary bits 01100110 is 102 in decimal and if we check ASCII value table we find that f has ASCII value of 102.

Article Tags :