To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | JS | 10010010010010101001001001010011 | 924a9253 |
SJIS-WIN | ?J?S | 00111111010010100011111101010011 | 3f4a3f53 |
EUC-JP | ?J?S | 00111111010010100011111101010011 | 3f4a3f53 |
UTF-8 | JS | 110000101001001001001010110000101001001001010011 | c2924ac29253 |
UHC | ?J?S | 00111111010010100011111101010011 | 3f4a3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)