How Do You Convert a Decimal to IEEE 754 Binary Format?

  • Thread starter Thread starter Questions999
  • Start date Start date
AI Thread Summary
To convert -124.6845 to IEEE 754 binary format, the first step is determining the binary representation, which is 1111100.1010111100111011011001000101101000011100101011. The sign bit is 1, indicating a negative number. The discussion emphasizes the importance of understanding the IEEE 754 standard for accurate conversion. Additional resources, such as a Wikipedia page on IEEE 754, are suggested for further reading. Mastering this conversion process is essential for working with floating-point numbers in computing.
Questions999
Messages
151
Reaction score
0
Convert -124.6845 with floating point to IEEE 754...so this is 1111100.1010111100111011011001000101101000011100101011 in binary...1 bit is for the sign (1)..what about the rest?
 
Physics news on Phys.org
Elaia06 said:
Convert -124.6845 with floating point to IEEE 754...so this is 1111100.1010111100111011011001000101101000011100101011 in binary...1 bit is for the sign (1)..what about the rest?
Have you looked at IEEE 754? Here's a wiki page that discusses this standard - http://en.wikipedia.org/wiki/IEEE_754-2008
 

Similar threads

Back
Top