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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 鼎?鬼遵?^ | 100100110100001100111111100010110101001110001111100001010011111101011110 | 93433f8b538f853f5e |
| EUC-JP | 鼎?鬼遵?^ | 110001011010010000111111101101011011010010111101111001010011111101011110 | c5a43fb5b4bde53f5e |
| UTF-8 | 鼎븃鬼遵렕^ | 11101001101111001000111011101011101110001000001111101001101011001011110011101001100000011011010111101011101000001001010101011110 | e9bc8eebb883e9acbce981b5eba0955e |
| UHC | 鼎븃鬼遵렕^ | 1111000010100011101110101110100011010000101000011111000111100101100011101010101001011110 | f0a3bae8d0a1f1e58eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)