Unreadable letters in Pandas DF

Hi, i have CSV File where data is written in the Georgian Language. but once i open that as Pandas Dataframe it writes some unknown letters like this:

image

i think it should be done using utf-8 decoding, but returns this error which i can’t solve.

i tried different decoding types such as: latin-1, ISO-8859-1 but these don’t work. no error but the output is the same.

what should i do?