Binary
Octal
Hexadecimal
About Number Systems
Decimal (Base-10)
The standard numbering system using digits 0-9. This is the system we use in everyday life.
Binary (Base-2)
Uses only two digits: 0 and 1. Fundamental to computer systems and digital electronics.
Octal (Base-8)
Uses digits 0-7. Sometimes used in computing as a more compact representation than binary.
Hexadecimal (Base-16)
Uses digits 0-9 and letters A-F. Widely used in programming and computer science.
