Search in ebookee.com.cn!

Hex, How to turn binary or decimal to hex


<< Buy This Book on Amazon >>


收藏推荐: Bookmark this: Hex How to turn binary or decimal to hex

图书介绍


First go to http://www.shareordie.com/forum/index.php?showtopic=3269 to learn binary.

OK, 1,453,752 is 101100010111010111000 is binary, now we turn it into a Hex number.

First Hex numbers goes like this:
1=1
2=2
.
.
9=9
10=A
11=B
12=C
13=D
14=E
15=F

Now you need to take the first octet (the far right 4) and place it under this little grid:

8 4 2 1
--------
1 0 0 0 = 8

See the 1 under the 8 column?
That is what you add.

So the next octet is 1011, put it under the grid:

8 4 2 1
--------
1 0 0 0 = 8
1 0 1 1 = B

See 8 2 1=11, so you can't just say 11 you have to put it in a Hex number, which is B.
So the full Hex number of 1,453,752 is:

8 4 2 1
--------
1 0 0 0 = 8
1 0 1 1 = B
1 1 1 0 = E
0 0 1 0 = 2
0 1 1 0 = 6
0 0 0 1 = 1 <-- Just add zero if it isn't a full octet

162EB8

So if you want to turn a number in to the shorter version of Hex, just turn it into binary, then use this grid and you'll do fine



P.S. Thanks Korrupt for the number to work with


Copyright Disclaimer:
本站一切内容源于互联网搜索,禁止商用!请查看 本页来源页面 的版权声明。 如有任何不妥请联系:ebookee[at]gmail.com,我们将在24小时内删除相关内容。

浏览量:130 添加时间:2007-05-18 02:18:05, 更新时间:2007-05-27 05:03:00, from internet

下载链接


<< Buy This Book on Amazon >>

没有下载链接
请在图书介绍里查找下载链接,如果没有,可以试着搜索有无其它该书信息。

不能下载?
如果不能下载或者在“图书介绍”中找不到 "Hex, How to turn binary or decimal to hex" 的下载链接请留言。下次访问本站时察看 所有留言 看是否有人已经更新了该书。

该书可能有其它下载链接,请点 这里 查询相关图书。


相关链接


"Hex, How to turn binary or decimal to hex" 相关链接:


搜索该书!...


搜索 "Hex, How to turn binary or decimal to hex"...

Search in ebookee.com!

Comments


"Hex, How to turn binary or decimal to hex" 没有评论.

    Leave a Comment

    如果没有下载链接或者下载链接无效,请查看相关链接或者搜索相关资料。

    required

    required

    email addresses

    required


    Back to Top