Convert between Binary, Decimal, Hexadecimal and Octal instantly. Includes bit viewer, bitwise operations, ASCII converter and number system guide.
Type in any field — all others update instantly.
Quick Values
Enter two decimal numbers and select an operation.
Common values across all 4 number systems.
| Decimal | Binary | Hex | Octal | Notes |
|---|
Every number system uses positional notation — each digit's value depends on its position (place value).
Repeatedly divide by 2 and record remainders (read bottom to top).
Multiply each bit by its power of 2 and sum them.
Divide by 16, record remainders using 0–9 and A–F.
Each hex digit = exactly 4 binary bits. Convert each digit independently.