If we saw that the sequence of bits 010101110110100001101111 stored in an ASCII file, what message is being sent?

 
01010111  =      87  =  ‘W’

            01101000  =    104  =  ‘h’

            01101111  =    111  =  ‘o’