help me...how to create limit ascii example
8 bit = 2^8 = 256
9 bit = 2^9 = 512
10 bit = 2^10 =1024
11 bit = 2^11 =2048
12 bit = 2^12 =4096
13 bit = 2^13 =8192

i want to create that for compression to store string in ascii code ..

thx