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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 驗包シア^ | 11101001100001001001010111101111101111001011000101011110 | e98495efbcb15e |
| EUC-JP | 驗包シア^ | 111100011110010011001010111100011000111010111100100011101011000101011110 | f1e4caf18ebc8eb15e |
| UTF-8 | 驗包シア^ | 11101001101010011001011111100101100011001000010111101111101111011011110011101111101111011011000101011110 | e9a997e58c85efbdbcefbdb15e |
| UHC | 驗包??^ | 11111010110100001111100011010000001111110011111101011110 | fad0f8d03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)