Multiple choice technology

Decode the following ASCII message. 1010011101010010101011000100101100101000001001000100000110100101000100

  1. STUDYHARD

  2. STUDY HARD

  3. stydhdrd

  4. study hard

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Breaking the binary into 7-bit ASCII groups: 1010011=S, 1010100=T, 1010101=U, 1000100=D, 1011001=Y, 0100000=space, 1001000=H, 1000001=A, 1010100=T, 1010011=R, 1000100=D. This gives 'STUDY HARD'.