In the interest of security, your password is not stored on any server. Instead, only it's hash is stored.
A hashing process takes some input, then performs some complicated operations to produce a different result.
Some key factors of the hashing process are:
hash product of a hashing process, it is practically impossible to "reverse-engineer" the original string.