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 | 鬩ゥ驢肴恤 | 111010011010100110101001111010011000011010001101111001101001110010010101 | e9a9a9e9868de69c95 |
| EUC-JP | 鬩ゥ驢肴恤 | 11110010101010111000111010101001111100011110011010111010111010001101011111110101 | f2ab8ea9f1e6bae8d7f5 |
| UTF-8 | 鬩ゥ驢肴恤 | 111010011010110010101001111011111011110110101001111010011010100110100010111010001000001010110100111001101000000110100100 | e9aca9efbda9e9a9a2e882b4e681a4 |
| UHC | ??驢肴恤 | 0011111100111111110101011111000011111101101000101111110111010001 | 3f3fd5f0fda2fdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)