English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
3

2006-08-28 21:49:29 · 9 answers · asked by Red Snapper 1 in Computers & Internet Programming & Design

9 answers

(m)

Refers to the base-16 number system, which consists of 16 unique symbols: the numbers 0 to 9 and the letters A to F. For example, the decimal number 15 is represented as F in the hexadecimal numbering system. The hexadecimal system is useful because it can represent every byte (8 bits) as two consecutive hexadecimal digits. It is easier for humans to read hexadecimal numbers than binary numbers.
To convert a value from hexadecimal to binary, you merely translate each hexadecimal digit into its 4-bit binary equivalent. Hexadecimal numbers have either an 0x prefix or an h suffix. For example, the hexadecimal number

0x3F7A

translates to the following binary number:

0011 1111 0111 1010

2006-08-28 22:00:12 · answer #1 · answered by mallimalar_2000 7 · 2 1

Hexadecimal is a 16-based numbering system, as opposed to Decimal's 10-based which we all know.
So, if Decimal system starts from 0 to 9. Hexadecimal goes like this: 0 1 2 3 4 5 6 7 8 9 A B C D E F.
HTH.

2006-08-29 04:56:17 · answer #2 · answered by thole 2 · 0 1

0 1 2 3 4 5 6 7 8 9 A B C D E F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F

There are only 10 types of people in the world. Those that understand binary and those that don't.

2006-08-29 04:58:03 · answer #3 · answered by SPLATT 7 · 0 1

Its a type of integer constant.There are 16 digits in the hexadecimal number system:1,2,3,4,5,6,7,8,9,0,A,B,C,D,E,F
A h.d number is represented as X(base 16)
for example,7(base 16)

2006-08-29 04:58:10 · answer #4 · answered by Anonymous · 0 1

68 65 78 61 64 65 63 69 6D 61 6C

2006-08-29 05:08:40 · answer #5 · answered by Sincere Questioner 4 · 0 1

You need to ask an actual question, which would have to be comprised of more than a single word. If you want an answer, just rephrase the question into normal English and people will be more than happy to answer you.

2006-08-29 04:57:31 · answer #6 · answered by Will 2 · 1 0

Your question may be voted as the "Dumbest question of the year"

Please dont post bogus stuff like this.

2006-08-29 04:52:31 · answer #7 · answered by shuvamchatterjee 3 · 0 0

0xF6

Better and smarter questions get better and smarter answers....

2006-08-29 11:13:26 · answer #8 · answered by griz803 5 · 0 0

0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,10,11,12,13,14,15,16,17,18,19,1A,1B,1C,1D,1E,1F,20,21,22..... Does that answer your question?

2006-08-29 04:55:32 · answer #9 · answered by Anonymous · 0 1

fedest.com, questions and answers