Wednesday, September 23, 2009

Day 7: Lab 2

After cracking the code we found the text to be: Be sure to drink your Ovaltine. We converted the binary using an online ASCII converter.

In the code, each 8 numbers is one letter. So:

01000010 = B which decimal equivalent is 68
01100101 = e
00100000 = Space
01110011 = S


And so on.

No comments:

Post a Comment