i have question on this topic i think that answer is incorrect look
1110 1011 it is equal 235 but i get 3051 why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The value
3051in decimal is101111101011in binary. If you split it up into four bit segmens like this:1011 1110 1011, you see that the lowest four bits are repeated above the eight bits that you want. The reason for that is that you haven’t masked the value that should be the top four bits.So instead of something like this:
or something like this:
you simply have this: