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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蘚昔 | 11100101011001001001000011001100 | e56490cc |
EUC-JP | 蘚昔 | 11101001110001011100000011001110 | e9c5c0ce |
UTF-8 | 蘚昔 | 111010001001100010011010111001101001100010010100 | e8989ae69894 |
UHC | 蘚昔 | 11100000110100001110000010101110 | e0d0e0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)