Convert the following decimal numbers to floating-point representation (represented as 4 hex bytes):
a) 1.25 -> 3F800000
b) 3.75 -> 40700000
c) 0.5 -> 3F000000
d) 10.625 -> 412A8000