Binary
-
Convert binary, decimal, and hexadecimal values in one place. Choose the source base, enter a value, and see all three results at once.
Decimal allows digits 0-9.
Binary
-
Decimal
-
Hexadecimal
-
Yes. Both a-f and A-F are recognized, and the output is normalized to uppercase.
Usually because the input does not match the selected base. Binary allows only 0 and 1, decimal allows 0-9, and hexadecimal allows 0-9 and A-F.
This version focuses on integer conversion, which fits most learning and beginner dev use cases. It can be extended later if needed.
BROWSE MORE