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 (nibble), and an hexadecimal (hex) digit:
- 0000 is 0
- 0001 is 1
- 0010 is 2
- 0011 is 3
- 0100 is 4
- 0101 is 5
- 0110 is 6
- 0111 is 7
- 1000 is 8
- 1001 is 9
- 1010 is a
- 1011 is b
- 1100 is c
- 1101 is d
- 1110 is e
- 1111 is f
24 bits
24 bits correspond to:
base64
- 6 hexadecimal digits
- 8 octal digits
octal
incoming links
uxn tutorial day 1
intro to uxn programming
tutorial de uxn día 2
uxn tutorial day 2
octal
most recent update on: 12021-09-01
source file
compudanzas home
text, images, and code are shared with the peer production license