binary-system
Unsigned: Integer -> Binary
Unsigned: Binary -> Integer
Signed: Integer -> Binary
Signed: Binary -> Integer
One's complement: Integer -> Binary
One's complement: Binary -> Integer
Two's complement: Integer -> Binary
Two's complement: Binary -> Integer
32bit IEEE 754: Decimal -> Single Precision Floating Point Binary
32bit IEEE 754: Single Precision Floating Point Binary -> Float
64bit IEEE 754: Decimal -> Double Precision Floating Point Binary
64bit IEEE 754: Double Precision Floating Point Binary -> Double
Suggestions, Feedback, Contact, Questions
Contact Form - We neither require nor store any personal data
Name / Alias:
Message:
Enter this code in the field below:
Contact via email:
Email
Available Base Conversions Between Decimal and Binary Systems
Conversions Between Decimal System Numbers (Written in Base Ten) and Binary System Numbers (Base Two and Computer Representation):
1. Integer -> Binary
1.1.
Unsigned integer -> Unsigned binary
1.2.
Signed integer -> Signed binary
1.3.
Signed integer -> Signed binary one's complement
1.4.
Signed integer -> Signed binary two's complement
2. Decimal -> Binary
2.1.
Decimal -> 32bit single precision IEEE 754 binary floating point
2.2.
Decimal -> 64bit double precision IEEE 754 binary floating point
3. Binary -> Integer
3.1.
Unsigned binary -> Unsigned integer
3.2.
Signed binary -> Signed integer
3.3.
Signed binary one's complement -> Signed integer
3.4.
Signed binary two's complement -> Signed integer
4. Binary -> Decimal
4.1.
32bit single precision IEEE 754 binary floating point -> Float
4.2.
64bit double precision IEEE 754 binary floating point -> Double