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 | ?惺?^ | 0011111110011100101101110011111101011110 | 3f9cb73f5e |
| EUC-JP | 侁惺?^ | 10001111101100001111110011011000101110010011111101011110 | 8fb0fcd8b93f5e |
| UTF-8 | 侁惺쌟^ | 11100100101111101000000111100110100000111011101011101100100011001001111101011110 | e4be81e683baec8c9f5e |
| UHC | 侁惺쌟^ | 11100011111000001110000011110110100110110100101101011110 | e3e0e0f69b4b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)