[Q] Find hash PLAIN length/spaces
#1
Question 
I want to know that is it possible to find PLAIN length/spaces of hash..

5d41402abc4b2a76b9719d911017c592
e.g
Above is md5-hash of Word="hello" having PLAIN 5 length/spaces

Sorry if its its asked already before, but i couldn't found any answer
regarding this, here.
#2
No, what you are asking is wrong.
The length of the hash is 32.
The length of the PLAIN is 5.

The whole point of a hashing algorithm (if done properly) is not to leak information about the plain, such as its length. So no, with MD5 you can not determine this from looking at the hash itself.
#3
I suppose if you really want to be accurate, the binary length of the hash is 16.