Input (Decimal)
Conversions
Binary
Enter a number to convert
Decimal
Enter a number to convert
Hexadecimal
Enter a number to convert
Octal
Enter a number to convert
Bit Manipulation Operations
AND
&
—
OR
|
—
XOR
^
—
NOT (Value 1)
~
—
Left Shift
<<
—
Right Shift
>>
—
Tips & Features
- • Real-time conversion between number bases
- • Support for negative numbers with two's complement
- • IEEE 754 floating point representation
- • Comprehensive bit manipulation operations
- • Click any result to copy to clipboard
- • Support for binary, decimal, hexadecimal, and octal
- • Bit shifting with configurable amounts
- • Validation for each number base format