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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 瀛??瀛??K | 111000000110100100111111001111111110000001101001001111110011111101001011 | e0693f3fe0693f3f4b |
EUC-JP | 瀛??瀛??K | 110111111100101000111111001111111101111111001010001111110011111101001011 | dfca3f3fdfca3f3f4b |
UTF-8 | 瀛롰뢊瀛롰뢌K | 11100111100000001001101111101011101000011011000011101011101000101000101011100111100000001001101111101011101000011011000011101011101000101000110001001011 | e7809beba1b0eba28ae7809beba1b0eba28c4b |
UHC | 瀛롰뢊瀛롰뢌K | 11100111101110101000111011101101100011110100011011100111101110101000111011101101100011110100100001001011 | e7ba8eed8f46e7ba8eed8f484b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)