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 | 澹鶉 | 11100000010101111110101001000111 | e057ea47 |
EUC-JP | 澹鶉 | 11011111101110001111001110101000 | dfb8f3a8 |
UTF-8 | 澹鶉 | 111001101011111010111001111010011011011010001001 | e6beb9e9b689 |
UHC | 澹? | 110100111100001000111111 | d3c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)