Floating-point numbers are usually a multiple of the size of a word.
The representation of a MIPS floating-point number is shown below, where 1 in sign bit means negative, exponent is the value of the 8-bit exponent field (including the sign of the exponent), and fraction is the 23-bit number.
The bit string represents the following number, which will be explained later:
0.15625 = (1.0+2-2)×2124-127 = 1.25×2-3