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 | 粤劫吋^ | 11100010111000111000110110000101100010010100010001011110 | e2e38d8589445e |
| EUC-JP | 粤劫吋^ | 11100100111001011011100111100101101100011010010101011110 | e4e5b9e5b1a55e |
| UTF-8 | 粤劫吋^ | 11100111101100101010010011100101100010101010101111100101100100001000101101011110 | e7b2a4e58aabe5908b5e |
| UHC | ?劫?^ | 0011111111001100101001000011111101011110 | 3fcca43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)