If the implementation is IEEE 754 compliant there exist special cases for different bit-combinations, like documented here.
For your case: When all bits (sign, exponent, mantissa) are zero the floating point value represents also zero, as defined by IEEE 754. More specifically, that value is a “positive zero”, also written as +0.