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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄭?鄭?^ | 10010011010000010011111110010011010000010011111101011110 | 93413f93413f5e |
EUC-JP | 鄭?鄭?^ | 11000101101000100011111111000101101000100011111101011110 | c5a23fc5a23f5e |
UTF-8 | 鄭쁩鄭쁠^ | 11101001100001001010110111101100100000011010100111101001100001001010110111101100100000011010000001011110 | e984adec81a9e984adec81a05e |
UHC | 鄭쁩鄭쁠^ | 111011111111011110111011110111101110111111110111101110111101110001011110 | eff7bbdeeff7bbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)