You are on page 1of 2

Question:

Convert “computer” to a binary language?

Hint/tip:
Convert first the every character(Chr) in to
hexadecimal(Hx) then convert hexadecimal to
binary(Bi).
Answer:
01100011 01101111 01101101 01110000
63/c 6F/o 6D/m 70/p
01110101 01110100 01100101 01110010
75/u 74/t 65/e 72/r

You might also like