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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 嚴ч?BF | 10011010100011101000010010001001001111110100001001000110 | 9a8e84893f4246 |
EUC-JP | 嚴ч?BF | 11010011111011101010011111101001001111110100001001000110 | d3eea7e93f4246 |
UTF-8 | 嚴ч땐BF | 11100101100110101011010011010001100001111110101110010101100100000100001001000110 | e59ab4d187eb95904246 |
UHC | 嚴ч땐BF | 1110010111110001101011001110100110110110101010010100001001000110 | e5f1ace9b6a94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)