UnicodeDecodeError: 'gbk' codec can't decode byte 0x94 in position 802: illegal multibyte sequence
file = open("filename", 'rb') content = file.read().decode("utf-8)