pip install unidecode python from unidecode import unidecode python ascii_text = unidecode(text) print(ascii_text) Ni Hao , Shi Jie !