Base Converter
Convert values between Binary, Decimal, and Hexadecimal.
Show examples
Input | Base | Binary | Decimal | Hex |
---|---|---|---|---|
42 | DEC | 101010 | 42 | 2A |
1111 | BIN | 1111 | 15 | F |
1A3F | HEX | 1101000111111 | 6719 | 1A3F |
Input | Base | Binary | Decimal | Hex |
---|---|---|---|---|
42 | DEC | 101010 | 42 | 2A |
1111 | BIN | 1111 | 15 | F |
1A3F | HEX | 1101000111111 | 6719 | 1A3F |