Number Base Converter
Convert between binary, octal, decimal, and hexadecimal.
11111111377255FFConvert between binary, octal, decimal, and hexadecimal.
11111111377255FFA number base converter translates a numeric value from one positional numeral system to another. The most common bases in computing are binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16). Binary uses only 0 and 1 and is the native language of digital circuits. Hexadecimal provides a compact representation of binary data, with each hex digit mapping to exactly four binary digits. Our free online converter handles all four bases and updates results in real time as you type. All computation runs in your browser with no data sent to any server.
Enter a number and select its base from the dropdown. The tool instantly shows the equivalent value in binary, octal, decimal, and hexadecimal. Only valid digits for the selected base are accepted. Copy any result with a single click. All conversions use standard JavaScript number parsing and are performed entirely in your browser.