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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 豺シ螟ュ雋 | 1110011010110111101111001110010110100100101011011110100010110010 | e6b7bce5a4ade8b2 |
| EUC-JP | 豺シ螟ュ雋 | 11101100101110011000111010111100111010101010011010001110101011011111000010110100 | ecb98ebceaa68eadf0b4 |
| UTF-8 | 豺シ螟ュ雋 | 111010001011000110111010111011111011110110111100111010001001111010011111111011111011110110101101111010011001101110001011 | e8b1baefbdbce89e9fefbdade99b8b |
| UHC | 豺?螟?雋 | 1110001111001111001111111101100110101101001111111111000111100110 | e3cf3fd9ad3ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)