Number Base Converter
Convert between binary, octal, decimal, hexadecimal, and custom bases with bitwise operations and IEEE 754 float analysis
Input
Quick:
Conversions
Binary (Base 2)
1111 11118 bitsOctal (Base 8)
0o377Decimal (Base 10)
255Hexadecimal (Base 16)
0xFFCustom Base
255Two's Complement (Signed Integer)
Number out of range for 8-bit signed integer