Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "Hexadecimal"

From Creatures Wiki
Jump to navigation Jump to search
m
(5 intermediate revisions by 5 users not shown)
Line 4: Line 4:
  
 
See [[Wikipedia:Hexidecimal|the wikipedia article]] for more information.
 
See [[Wikipedia:Hexidecimal|the wikipedia article]] for more information.
 +
 +
== External Links ==
 +
* [http://calc.50x.eu/ Base converter for programmers from hex to other with direct access to bits]
  
 
{{stub}}
 
{{stub}}
  
 
[[Category:Terms]]
 
[[Category:Terms]]

Revision as of 02:11, 14 July 2016

Hexadecimal is a system of counting in base 16, not base 10 as we normally do. To count in hexadecimal, you go 00, 01, 02, 03, through to 09, 0A, 0B .. through to 0F, and then you go to 10, and so on. Early gengineers had to hex edit genomes.

The largest number in hexadecimal is FF, which represents 255.

See the wikipedia article for more information.

External Links

Editnorn.png This stub could use more information.