Binary to / from Decimal Convertors. Step-by-step Explanations.


1. Convert positive integer numbers (unsigned) from the decimal system (base ten) to binary (base two)

Latest positive integer numbers (unsigned) converted from decimal (base ten) to unsigned binary (base two)


2. Convert signed integer numbers from the decimal system (base ten) to signed binary

Latest signed integer numbers in decimal (base ten) converted to signed binary


3. Convert signed integer numbers from the decimal system (base ten) to signed binary one's complement representation

Latest signed integer numbers converted from decimal system to signed binary in one's complement representation


4. Convert signed integer numbers from the decimal system (base ten) to signed binary two's complement representation

Latest signed integers converted from decimal system to binary two's complement representation


5. Convert unsigned binary numbers (base two) to positive integers in the decimal system (base ten)

Latest unsigned binary numbers converted to positive integers in decimal system (base ten)


6. Convert signed binary numbers to integers in decimal system (base 10)

Latest signed binary numbers converted to signed integers in decimal system (base ten)


7. Convert signed binary one's complement numbers to decimal system (base ten) integers

Latest binary numbers in one's complement representation converted to signed integers numbers in decimal system (base ten)


8. Convert signed binary two's complement numbers to decimal system (base ten) integers

Latest binary numbers in two's complement representation converted to signed integers in decimal system (base ten)


9. Convert decimal numbers from base ten to 32 bit single precision IEEE 754 binary floating point standard

Latest decimal numbers converted from base ten to 32 bit simple precision IEEE 754 floating point binary standard representation


10. Convert decimal numbers from base ten to 64 bit double precision IEEE 754 binary floating point standard

Latest decimal numbers converted from base ten to 64 bit double precision IEEE 754 floating point binary standard representation


11. Convert 32 bit simple precision IEEE 754 floating point standard binary numbers to base ten decimal system (float)

Latest 32 bit simple precision IEEE 754 floating point binary standard numbers converted to decimal base ten (float)


12. Convert 64 bit double precision IEEE 754 floating point standard binary numbers to base ten decimal system (double)

Latest 64 bit double precision IEEE 754 floating point binary standard numbers converted to decimal base ten (double)