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 | 陦。竇幗セケ^ | 11101000101000011010000111100010100001011001101111101100101111101011100101011110 | e8a1a1e2859becbeb95e |
| EUC-JP | 陦。竇幗セケ^ | 11110000101000111000111010100001111000111110010111010110111011101000111010111110100011101011100101011110 | f0a38ea1e3e5d6ee8ebe8eb95e |
| UTF-8 | 陦。竇幗セケ^ | 11101001100110011010011011101111101111011010000111100111101010111000011111100101101110011001011111101111101111011011111011101111101111011011100101011110 | e999a6efbda1e7ab87e5b997efbdbeefbdb95e |
| UHC | ??竇???^ | 0011111100111111110101001110010000111111001111110011111101011110 | 3f3fd4e43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)