The famous xkcd comic about password strength calculates the entropy of the 11-character password "Tr0ub4dor&3" with 28 bits of entropy.
When following the ASCII-95-chart, we have 95 possible letters, numbers and symbols for each character position. So in my understanding of entropy that password would rather be $95^{11} \,\widehat{\approx}\, 2^{73} \widehat=\, 73$ bits of entropy.
The same with the more secure passphrase example beneath, 'correcthorsebatterystaple'. They say it has 44 bits of entropy.
I would say: That's a 25-character passphrase, so it has $26^{25}\,\widehat{\approx}\, 2^{118} \widehat=\, 118$ bits of entropy.
What am I doing wrong?