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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 紹?紹?B | 10001111110100000011111110001111110100000011111101000010 | 8fd03f8fd03f42 |
EUC-JP | 紹?紹?B | 10111110110100100011111110111110110100100011111101000010 | bed23fbed23f42 |
UTF-8 | 紹셯紹셯B | 11100111101101001011100111101100100001011010111111100111101101001011100111101100100001011010111101000010 | e7b4b9ec85afe7b4b9ec85af42 |
UHC | 紹셯紹셯B | 111000011100100110011001011100011110000111001001100110010111000101000010 | e1c99971e1c9997142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)