hexadecimale
Hexadecimale, or hexadecimal, is the base-16 numeral system used in mathematics and computing. It uses sixteen distinct symbols: the digits 0 through 9 and the letters A through F (case-insensitive). Each position represents a power of 16, so a number is the sum of each digit times 16 raised to the power of its position from the right. For example, the hex number 2F3 equals 2×16^2 + 15×16 + 3, which is 755 in decimal.
Because each hex digit corresponds to four binary bits (a nibble), two hex digits represent one byte
In computing, hex is widely used to display binary data and memory addresses; it provides a readable,
The term hexadecimale is the Italian form of the base-16 system, while hexadecimal is the English name.