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