What is lower and higher bits?

烈酒焚心 提交于 2019-12-08 14:55:57

问题


Can anyone tell me what is lower and higher bits?. How to identify a higher and lower bit?. Below is binary form. How does 0110 is higher bit in it?.

0110 0111 1100 1010 1100 0111 1001 1011

回答1:


Just like in decimal, higher places are generally written to the left in binary. So if you see 0111, the 0 is the high bit. So this would represent 7 in decimal. The same applies when spaces are used, just like when commas (or dots, depending on your locale) are used to separate groups of digits in decimal.



来源:https://stackoverflow.com/questions/19063210/what-is-lower-and-higher-bits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!