Convert the following statement into the 8-bit unsigned binary
ASCII representation:
Bob’s laptop receives the frame containing the ARP reply
message.
First, convert each character into it's ASCII equivalents. Then,
convert to a Binary number. For example: Bob's -> 066 111 098
039 115 -> 01000010 01101111 01100010 00100111 01110011
Remember, each Binary number has to be 8-bits.