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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 犁蹊^ | 1110000010110011111001101111110001011110 | e0b3e6fc5e |
| EUC-JP | 犁蹊^ | 1110000010110101111011001111111001011110 | e0b5ecfe5e |
| UTF-8 | 犁蹊^ | 11100111100010101000000111101000101110011000101001011110 | e78a81e8b98a5e |
| UHC | 犁蹊^ | 1101011111100000111110111011011101011110 | d7e0fbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)