how I can see if a charachter in string belong to ascii with python code example Example: python is ascii 'mystring'.isascii() # true 'mÿstring'.isascii() #false