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 bits
Octal (Base 8)
0o377
Decimal (Base 10)
255
Hexadecimal (Base 16)
0xFF
Custom Base
255

Two's Complement (Signed Integer)

Number out of range for 8-bit signed integer