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 | 10011100111100100011111110011100111100100011111101000010 | 9cf23f9cf23f42 |
EUC-JP | 懿?懿?B | 11011000111101000011111111011000111101000011111101000010 | d8f43fd8f43f42 |
UTF-8 | 懿릋懿릋B | 11100110100001111011111111101011101001101000101111100110100001111011111111101011101001101000101101000010 | e687bfeba68be687bfeba68b42 |
UHC | 懿릋懿릋B | 111010111111001110010000011010011110101111110011100100000110100101000010 | ebf39069ebf3906942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)