Do we have any encoding options for Japanese, like we have 'ISO-8859-1' for European characterset:
df = pd.read_csv("Raw_data.csv",encoding="ISO-8859-1",dtype='str')
If I am using this encoding option for a file with Japanese characters, I am getting output as a string of many question marks.