00:01
Okay, in this problem we have two messages and we want to convert them into ascii, which means representing them in binary.
00:09
Luckily for us, there's a place in the textbook that makes things easier.
00:14
Appendix a, there's a table that can convert from characters to binary and even into hexadecimal if we need it.
00:23
But let's look at that table in appendix a, and you might search for capital i and see that its binary is zero.
00:31
0100 -1 -1.
00:35
If you look over to where the letter, the lowercase letter s is, you'll see it's 0 -1 -1 -1 -0 -1.
00:43
Okay, so this is going to be a long message and i have it written out, so i'm going to show it now.
00:49
This is our first message.
00:51
Is 1 byte equal to 8 bits? i'm going to make a few notes.
00:57
First of all, the first three, sorry, the first two bytes...