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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 瀛??L | 1110000001101001001111110011111101001100 | e0693f3f4c |
EUC-JP | 瀛??L | 1101111111001010001111110011111101001100 | dfca3f3f4c |
UTF-8 | 瀛롰뢘L | 11100111100000001001101111101011101000011011000011101011101000101001100001001100 | e7809beba1b0eba2984c |
UHC | 瀛롰뢘L | 11100111101110101000111011101101100011110101001101001100 | e7ba8eed8f534c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)