About Number Systems
Computers store data in binary (base 2), while humans commonly use decimal (base 10). Programmers frequently use hexadecimal (base 16) and octal (base 8) as compact representations of binary data.
Convert between binary, decimal, octal and hexadecimal number systems.
⚠️ Invalid number for the selected base.
Computers store data in binary (base 2), while humans commonly use decimal (base 10). Programmers frequently use hexadecimal (base 16) and octal (base 8) as compact representations of binary data.