I read some docs about md5, it said that its 128 bits, but why is it 32 characters? I can't compute the characters.
EDIT:
SHA-1 produces 160 bits, so how many characters are there?
32 chars as hexdecimal representation, thats 2 chars per byte.