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 | 耳?紙?^ | 10001110101010000011111110001110100001100011111101011110 | 8ea83f8e863f5e |
| EUC-JP | 耳?紙?^ | 10111100101010100011111110111011111001100011111101011110 | bcaa3fbbe63f5e |
| UTF-8 | 耳렰紙렒^ | 11101000100000001011001111101011101000001011000011100111101101001001100111101011101000001001001001011110 | e880b3eba0b0e7b499eba0925e |
| UHC | 耳렰紙렒^ | 111011001011110010001110101111011111001010110101100011101010011101011110 | ecbc8ebdf2b58ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)