Hexadecimal: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
= Use =
= Use =


= Hexadecimal to Binary Nibble to Decimal Conversion Chart =
= Nibble-length Hexadecimal to Binary to Decimal Conversion Chart =


  Hex | Binary  | Decimal
<source lang="text">
  -----+---------+---------
Hex | Binary  | Decimal
    0  | 0 0 0 0 | 0
-----+---------+---------
    1  | 0 0 0 1 | 1
  0  | 0 0 0 0 | 0
    2  | 0 0 1 0 | 2
  1  | 0 0 0 1 | 1
    3  | 0 0 1 1 | 3
  2  | 0 0 1 0 | 2
    4  | 0 1 0 0 | 4
  3  | 0 0 1 1 | 3
    5  | 0 1 0 1 | 5
  4  | 0 1 0 0 | 4
    6  | 0 1 1 0 | 6
  5  | 0 1 0 1 | 5
    7  | 0 1 1 1 | 7
  6  | 0 1 1 0 | 6
    8  | 1 0 0 0 | 8
  7  | 0 1 1 1 | 7
    9  | 1 0 0 1 | 9
  8  | 1 0 0 0 | 8
    a  | 1 0 1 0 | 10
  9  | 1 0 0 1 | 9
    b  | 1 0 1 1 | 11
  a  | 1 0 1 0 | 10
    c  | 1 1 0 0 | 12
  b  | 1 0 1 1 | 11
    d  | 1 1 0 1 | 13
  c  | 1 1 0 0 | 12
    e  | 1 1 1 0 | 14
  d  | 1 1 0 1 | 13
    f  | 1 1 1 1 | 15
  e  | 1 1 1 0 | 14
  -----+---------+---------
  f  | 1 1 1 1 | 15
-----+---------+---------
</source>


{{footer}}
{{footer}}

Revision as of 02:27, 22 June 2010

 AN!Wiki :: Hexadecimal

Hexadecimal is a method of representing 4 bits of data (known as a nibble) using a single ASCII character in the range from [0-9a-f].

Use

Nibble-length Hexadecimal to Binary to Decimal Conversion Chart

 Hex | Binary  | Decimal
-----+---------+---------
  0  | 0 0 0 0 | 0
  1  | 0 0 0 1 | 1
  2  | 0 0 1 0 | 2
  3  | 0 0 1 1 | 3
  4  | 0 1 0 0 | 4
  5  | 0 1 0 1 | 5
  6  | 0 1 1 0 | 6
  7  | 0 1 1 1 | 7
  8  | 1 0 0 0 | 8
  9  | 1 0 0 1 | 9
  a  | 1 0 1 0 | 10
  b  | 1 0 1 1 | 11
  c  | 1 1 0 0 | 12
  d  | 1 1 0 1 | 13
  e  | 1 1 1 0 | 14
  f  | 1 1 1 1 | 15
-----+---------+---------

 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.