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 | 稷蚋 | 11100010011011001110010101110001 | e26ce571 |
EUC-JP | 稷蚋 | 11100011110011011110100111010010 | e3cde9d2 |
UTF-8 | 稷蚋 | 111001111010100010110111111010001001101010001011 | e7a8b7e89a8b |
UHC | 稷? | 111100101100001100111111 | f2c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)