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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 豎先i^ | 11100110101100011001000011100110100000101000100101011110 | e6b190e682895e |
| EUC-JP | 豎先i^ | 11101100101100111100000011101000101000111110100101011110 | ecb3c0e8a3e95e |
| UTF-8 | 豎先i^ | 11101000101100011000111011100101100001011000100011101111101111011000100101011110 | e8b18ee58588efbd895e |
| UHC | ?先i^ | 001111111110000010111011101000111110100101011110 | 3fe0bba3e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)