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 | 辜晤 | 11100111100000111001110111101011 | e7839deb |
EUC-JP | 辜晤 | 11101101111000111101101011101101 | ede3daed |
UTF-8 | 辜晤 | 111010001011111010011100111001101001100110100100 | e8be9ce699a4 |
UHC | 辜晤 | 11001101110100001110011111111011 | cdd0e7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)