Possible Duplicate:
How is floating point stored? When does it matter?
How does float numbers represented in a binary string in any programming language or generally?
Because I understand that positive whole numbers are converted to binary by converting base with MSB 0, and negative whole number with a MSB 1.
But how do we represent exact float numbers? They have various decimal places and so on.
Float numbers can be in the form of 0.2222, 3.1428579, 10232312.02312, 5e-6.
And binary string is something like 1001 1101 0010 0101.
Please comment before voting.

how-is-floating-point-stored– mjv Nov 5 at 7:27