Browser-only tool
Number base converter
Convert whole numbers between base 2, 8, 10, and 16 for programming, debugging, and learning binary or hexadecimal notation.
Browser-only tool
Convert whole numbers between base 2, 8, 10, and 16 for programming, debugging, and learning binary or hexadecimal notation.
Warning: this tool converts safe JavaScript integers. Very large values and signed binary formats need dedicated handling.
Number conversion runs locally in your browser and does not upload input.
Binary, octal, decimal, and hexadecimal are supported in this first version.
No. This page focuses on whole-number conversion.
JavaScript number safety limits can make very large integer conversion unreliable.
Two’s complement depends on bit width and signedness, so it should be handled by a dedicated tool.
Yes. The conversion happens in the browser.