Hex - Decimal
1 = 1
2 = 2
etc.
9 = 9
A = 10
B = 11
C = 12
D = 13
E = 14
F = 15
10 = 16
11 = 17
etc.
2006-12-10 02:03:49
·
answer #1
·
answered by auntb93again 7
·
0⤊
0⤋
The Hexadecimal Number System:
uses base 16
includes only the digits 0 through 9 and the letters A, B, C, D, E, and F
In the Hexadecimal number system, the hex values greater than 9 carry the following decimal value:
Binary Octal Decimal Hex
0000B 00Q 00 00H
0001B 01Q 01 01H
0010B 02Q 02 02H
0011B 03Q 03 03H
0100B 04Q 04 04H
0101B 05Q 05 05H
0110B 06Q 06 06H
0111B 07Q 07 07H
1000B 10Q 08 08H
1001B 11Q 09 09H
1010B 12Q 10 0AH
1011B 13Q 11 0BH
1100B 14Q 12 0CH
1101B 15Q 13 0DH
1110B 16Q 14 0EH
1111B 17Q 15 0FH
1 0000B 20Q 16 10H
From; http://www.danbbs.dk/~erikoest/hex.htm
2006-12-10 02:00:45
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
In the hexadecimal system, numbers go 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, ie there are sixteen numbers instead of ten. Converted to decimal ("normal" numbers), A is 10, B is 11, F is 15 and so on, 10 is 16, FF is 255.
You can try them with the windows calculator, by switching it to "scientific" mode in the menu, then typing in numbers and pressing the "Hex" and "Dec" buttons on the top left.
2006-12-10 01:58:34
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Check it out..
http://en.wikipedia.org/wiki/Hexadecimal
2006-12-10 01:56:35
·
answer #4
·
answered by Sayee 4
·
0⤊
0⤋
Binary form Hexadecimal
960000 - $0
960001 - $1
960010 - $2
960011 - $3
960100 - $4
2006-12-10 02:06:29
·
answer #5
·
answered by cute19 1
·
0⤊
0⤋
there r 16 symbols in hexa decimal list...
1
2
3
4
5
6
7
8
9
A(10)
B(11)
C(12)
D(13)
E(14)
F(15)
2006-12-10 01:57:42
·
answer #6
·
answered by yusuke 2
·
0⤊
0⤋
123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
2006-12-10 01:56:23
·
answer #7
·
answered by Helping Since 1969 6
·
0⤊
2⤋