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
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''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 [[gengineer]]s had to [[Wikipedia:hex editing|hex edit]] [[genome]]s.   
+
'''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 [[gengineer]]s had to [[hex edit]] [[genome]]s.   
  
 
The largest number in hexadecimal is FF, which represents 255.
 
The largest number in hexadecimal is FF, which represents 255.
Line 6: Line 6:
  
 
== External Links ==
 
== External Links ==
* [http://netzreport.googlepages.com/online_converter_for_decimal_hexadecimal_numerals.html Online Converter for Decimal/Hexadecimal Numerals]
+
* [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.