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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 逡??逡??^ | 111001111001010100111111001111111110011110010101001111110011111101011110 | e7953f3fe7953f3f5e |
EUC-JP | 逡??逡??^ | 111011011111010100111111001111111110110111110101001111110011111101011110 | edf53f3fedf53f3f5e |
UTF-8 | 逡ㅸ망逡ㅸ범^ | 11101001100000001010000111100011100001011011100011101011101001111001110111101001100000001010000111100011100001011011100011101011101100101001010001011110 | e980a1e385b8eba79de980a1e385b8ebb2945e |
UHC | 逡ㅸ망逡ㅸ범^ | 11110001111001001010010011101000101110001100000111110001111001001010010011101000101110011111110001011110 | f1e4a4e8b8c1f1e4a4e8b9fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)