erm
you can easily find the number of possible combinations by doing this simple mathematical calculation:

(size_of_charset ^ length_of_string)

thats how binary works
2^8 = 256 possibilities...