The common bases and why they matter
Binary (base 2) is how hardware stores everything. Hexadecimal (base 16) is the compact human-friendly view of binary — one hex digit equals four bits — used for colours, memory addresses and byte dumps. Octal (base 8) survives in Unix file permissions, and base 36 (digits plus A–Z) is handy for short alphanumeric IDs.