How to use
- Enter a number in the input field and select its base: binary (2), octal (8), decimal (10), or hexadecimal (16).
- The other three bases update instantly as you type.
- Edit any output field directly to convert from that base instead.
- Click the copy button next to any output to copy it to your clipboard.
Examples
- Entering 255 in decimal produces 11111111 in binary, 377 in octal, and FF in hex.
- Entering 1A3 in hexadecimal (base 16) immediately shows 419 in decimal and 110100011 in binary.