Header Ads

Divide the following string of binary numbers into 8-bit binary numbers and then convert each 8-bit binary number into equivalent text using the ASCII code.

Divide the following string of binary numbers into 8-bit binary numbers and then convert each 8-bit binary number into equivalent text using the ASCII code. 

01010101011011100110100101110100011110010





Solution:


01010101     01101110       01101001       01110100      011110010

U                          n                   i                      t                      y

 

So, each 8-bit binary number into equivalent text by using the ASCII code is “ Unity”.

1 comment:

Powered by Blogger.