This site is supported by donations to The OEIS Foundation.

Hexadecimal numeral system

From OeisWiki
(Redirected from Hexadecimal)
Jump to: navigation, search

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:

128s64s32s16s8s4s2s1s
11001001
C9