pip install unidecode python from unidecode import unidecode ascii_string = unidecode(unicode_string) print(ascii_string) Ni Hao Shi Jie