// Free Online Tool
Convert between binary, decimal, hexadecimal and octal number systems instantly. Enter any number, select its base, see all four conversions at once.
// Overview
Binary conversion translates numbers between different numeral systems — binary (base 2), decimal (base 10), octal (base 8), and hexadecimal (base 16). These systems are fundamental to computer science, digital electronics, networking, and programming.
Computers use binary internally — all data is sequences of 0s and 1s. Hexadecimal is human-readable shorthand for binary (each hex digit represents exactly 4 binary bits). Octal appears in Unix/Linux file permissions (chmod 755).
Our converter shows all four bases simultaneously from one input — no step-by-step manual conversion needed. Enter any number in any base and instantly see the equivalent in all other bases.
// Reference
// Use Cases
// FAQ
// Related Tools