Number Base Converter
Convert numbers between binary, octal, decimal and hexadecimal. Type a value in any base and see all four representations side by side.
What is Number Base Converter?
Converts numbers between binary (base 2), octal (base 8), decimal (base 10) and hexadecimal (base 16). Handy for programming, digital electronics, CS exercises, memory address math and any work with non-decimal number systems.
How to use
- Type the number in any of the fields.
- The other fields update in real time.
- Handles large numbers (up to 64 bits).
- Invalid characters are ignored (e.g. G in hex).
Frequently asked questions
How do I convert decimal to binary?
Pick "Decimal" as the source base, type your number, and read the binary value in the result list. Copy with one click.
Does it support negative numbers?
Currently it works with non-negative integers only.
What is the Unicode preview?
When the decimal value matches a valid Unicode code point, the corresponding character is shown — handy for inspecting code points like U+1F600.