Number Base Converter
Convert a number between binary, octal, decimal, and hexadecimal β enter a value, choose its base, copy any result.
Runs in your browser. Your input is not uploaded to PayloadIQ.
Enter a number and tell the converter what base it's in β binary (2), octal (8), decimal (10), or hexadecimal (16) β and it shows the value in all four, with a copy button on each. A leading 0x on hex input is accepted.
Input is validated against the chosen base, and very large values (beyond the JavaScript safe-integer range) are flagged rather than rounded silently. Runs entirely in your browser.