Top "Shift-jis" questions

Shift JIS is a character encoding for the Japanese language

decoding shift-jis: "illegal multibyte sequence"

I'm trying to decode a shift-jis encoded string, like this: string.decode('shift-jis').encode('utf-8') to be able to …

python encoding hex decode shift-jis