unicode_text = "à¤Ĩप" normal_text = unicode_text.encode('utf-8').decode('utf-8') print(normal_text)