heksadecimalni
Heksadecimalni is the term used in several South Slavic languages to refer to the hexadecimal numeral system, a base-16 number system. It uses sixteen symbols: 0 through 9 for values zero to nine, and A through F (case-insensitive) for ten to fifteen. Each position represents a power of 16; for example, the hex number 1A3F equals 1×16^3 + 10×16^2 + 3×16 + 15, which is 6719 in decimal.
In computing, hexadecimal is favored because each hex digit corresponds to exactly four binary digits (a nibble),
Common conventions include the prefix 0x in many programming languages to denote a hex literal, such as
Hexadecimal notation is one of several bases used in mathematics and computer science; it is distinct from