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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蟶晤 | 11100101101110001001110111101011 | e5b89deb |
EUC-JP | 蟶晤 | 11101010101110101101101011101101 | eabadaed |
UTF-8 | 蟶晤 | 111010001001111110110110111001101001100110100100 | e89fb6e699a4 |
UHC | ?晤 | 001111111110011111111011 | 3fe7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)