Number Base Converter
Convert numbers between binary, decimal, and hexadecimal formats.
Binary: -
Decimal: -
Hex: -
Overview
Convert numbers between binary, decimal, and hexadecimal for programming and systems troubleshooting.
How to use
- Enter a value in one base.
- Run conversion.
- Read the equivalent values in other bases.
Examples
-
Hex to decimal
Input: FF
Output: 255
-
Decimal to binary
Input: 42
Output: 101010
Notes
- Input must match the selected/expected base format.
- Sign handling may differ by implementation.
- Very large numbers can exceed normal precision limits.
FAQ
- Can I include 0x prefix?
- Use the format expected by the current input parser.
- Does it support negative numbers?
- Support depends on parser handling; verify output carefully.
- Why invalid input error?
- The value may contain digits not valid for that base.
Embed this tool
Paste this iframe into any HTML page to embed Number Base Converter on your site: