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 | 閻?閻?^ | 11101000100001010011111111101000100001010011111101011110 | e8853fe8853f5e |
EUC-JP | 閻?閻?^ | 11101111111001010011111111101111111001010011111101011110 | efe53fefe53f5e |
UTF-8 | 閻쥵閻쥵^ | 11101001100101101011101111101100101001011011010111101001100101101011101111101100101001011011010101011110 | e996bbeca5b5e996bbeca5b55e |
UHC | 閻쥵閻쥵^ | 111001111010001010100011010001001110011110100010101000110100010001011110 | e7a2a344e7a2a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)