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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 探遜歎測^ | 100100100101010010010001101110111001001001010110100100011010101001011110 | 925491bb925691aa5e |
| EUC-JP | 探遜歎測^ | 110000111011010111000010101111011100001110110111110000101010110001011110 | c3b5c2bdc3b7c2ac5e |
| UTF-8 | 探遜歎測^ | 11100110100011101010001011101001100000011001110011100110101011011000111011100110101110001010110001011110 | e68ea2e9819ce6ad8ee6b8ac5e |
| UHC | 探遜歎測^ | 111101111010111011100001111000011111011110100111111101101011010001011110 | f7aee1e1f7a7f6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)