🔢 Number Base Converter

Convert between binary, decimal, octal and hexadecimal number systems.

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.