compudanzas

hexadecimal

numeral system in base 16: it uses 16 digits, from 0 to 9 and from 'a' to 'f'.

there's a direct mapping between each possible combination of 4 bits (bin), and an hexadecimal (hex) digit.

a group of 4 bits is called a nibble.

sistema numérico en base 16: utiliza 16 dígitos, del 0 al 9 y de la 'a' a la 'f'.

hay un mapeo directo entre cada posible combinación de 4 bits (bin) y un dígito hexadecimal (hex).

a un grupo de 4 bits se le llama nibble.

conversion

binhexdec
000000
000111
001022
001133
010044
010155
011066
011177
100088
100199
1010a10
1011b11
1100c12
1101d13
1110e14
1111f15

24 bits

24 bits correspond to:

24 bits corresponden a:

incoming links