I am trying to read this file using pandas in UTF-8 encoding.
English alphabetic characters are read properly but those characters which are not English alphabet are not read properly. I tried reading by changing encoding from utf8 to cp1252, ASCII but nothing worked for me.
For more detail see the image.

The code snippet works. The
�character is Replacement Character (U+FFFD). You need to set proper console / terminal font:The same window with a common console font: