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
Converting UNICODE to shiftJIS

I have a Japanese client and have generated a large flat file (1.2 million rows) of data to send to them. …

unicode encoding utf-8 character-encoding shift-jis
Convert UTF-8 to Shift-JIS

I have written the simple conversion code to convert to Japanese character from UTF-8. private static String convertUTF8ToShiftJ(String …

java utf-8 character-encoding shift-jis
How to get the length of Japanese characters in Javascript?

I have an ASP Classic page with SHIFT_JIS charset. The meta tag under the page's head section is like …

javascript unicode asp-classic cjk shift-jis