6 min read
2026-02-28
Each CSS color in HEX is a hexadecimal number. #FF5733 = Red:255, Green:87, Blue:51.
IPv4 address 192.168.1.1 is 4 decimal octets
MAC address AA:BB:CC:DD:EE:FF - hexadecimal pairs
chmod 755 = rwxr-xr-x. Each digit is an octal representation of three bits (read, write, execute).
Working with processor registers, bit masks, and flags requires binary and hexadecimal notation.
SHA-256 hashes are written in hexadecimal: 64 characters = 256 bits.
Unicode characters are specified in HEX: U+0041 = letter “A”, U+0410 = letter “A” (Cyrillic).
| Region | Main system |
|---|---|
| Daily life | Decimal |
| Processors | Binary |
| Web and networks | Hexadecimal |
| Unix rights | Octal |
See also: Color converter, Data converter, Angle converter