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 | 爭颯 | 11100000101001011110100101000100 | e0a5e944 |
| EUC-JP | 爭颯 | 11100000101001111111000110100101 | e0a7f1a5 |
| UTF-8 | 爭颯 | 111001111000100010101101111010011010001010101111 | e788ade9a2af |
| UHC | 爭颯 | 11101110101100111101111110111101 | eeb3dfbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)