base64
numeral system in base 64: it uses 64 digits, from A to Z, a to z, 0 to 9, and +/ (or -_ for urls)
24 bits
24 bits correspond to:
- 3 bytes
- 4 base64 digits
- 6 hexadecimal digits
- 8 octal digits
numeral system in base 64: it uses 64 digits, from A to Z, a to z, 0 to 9, and +/ (or -_ for urls)
24 bits correspond to: