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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻???弑 | 11101000100001010011111100111111001111111001110001010101 | e8853f3f3f9c55 |
EUC-JP | 閻???弑 | 11101111111001010011111100111111001111111101011110110110 | efe53f3f3fd7b6 |
UTF-8 | 閻뛪뗪둞弑 | 111010011001011010111011111010111001101110101010111010111001011110101010111010111001000110011110111001011011110010010001 | e996bbeb9baaeb97aaeb919ee5bc91 |
UHC | 閻뛪뗪둞弑 | 11100111101000101000110101101101100010111110101010001010010101101110001110111101 | e7a28d6d8bea8a56e3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)