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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 蹄???義?^ | 100100101111101100111111001111110011111110001011011000000011111101011110 | 92fb3f3f3f8b603f5e |
| EUC-JP | 蹄???義?^ | 110001001111110100111111001111110011111110110101110000010011111101011110 | c4fd3f3f3fb5c13f5e |
| UTF-8 | 蹄쇠렭렰義렣^ | 11101000101110011000010011101100100001111010000011101011101000001010110111101011101000001011000011100111101111101010100111101011101000001010001101011110 | e8b984ec87a0eba0adeba0b0e7bea9eba0a35e |
| UHC | 蹄쇠렭렰義렣^ | 11110000101101001011110011101000100011101011101010001110101111011110101111111001100011101011010001011110 | f0b4bce88eba8ebdebf98eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)