This site is supported by donations to The OEIS Foundation.
Hexadecimal numeral system
From OeisWiki
This article page is a stub, please help by expanding it.
The hexadecimal numeral system is a place-value numeral system based on the powers of 16. It is an efficient shorthand for computer programmers to use instead of the binary numeral system.
For example, 11001001 is C9:
128s 64s 32s 16s 8s 4s 2s 1s 1 1 0 0 1 0 0 1 C 9