In: Computer Science
Can someone please check to see if these are right? If not please explain thank you!
Convert the following decimal numbers to their binary-octet equivalent.
114 = 1110010
254 =11111110
229 =11100101
66 = 01000010
7 =00000111
255 =11111111
192 =11000000
Go through the explanation given below.Please upvote the answer.Thank you.
Decimal to binary conversion proceedure
1) 114 = 1110010 is correct.In order to make 8 bit representation,add a 0 to the left.
114= 01110010
2) 254 =11111110 is correct
3)229 =11100101 is correct
4)66 = 01000010 is correct
5)7 =00000111 is correct
6) 255 =11111111 is correct
7)192 =11000000 is correct
All of the given conversions from decimal to binary are correct.