Hexadecimal: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
(Created page with '{{header}} 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 = = Hexadeci…')
 
No edit summary
Line 1: Line 1:
{{header}}
{{header}}


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].
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 =
= Use =

Revision as of 06:12, 11 October 2009

 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

Hexadecimal to Binary Nibble 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.