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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 瘟?????? | 1110000110001001001111110011111100111111001111110011111100111111 | e1893f3f3f3f3f3f |
| EUC-JP | 瘟?????? | 1110000111101001001111110011111100111111001111110011111100111111 | e1e93f3f3f3f3f3f |
| UTF-8 | 瘟룡릍嶪뤺갬歷 | 111001111001100010011111111010111010001110100001111010111010011010001101111001011011011010101010111010111010010010111010111010101011000010101100111011111010011010001100 | e7989feba3a1eba68de5b6aaeba4baeab0acefa68c |
| UHC | 瘟룡릍嶪뤺갬歷 | 1110100010110000101101111110011010111000101011001110010111110101100011111110100010110000101101111110011010111000 | e8b0b7e6b8ace5f58fe8b0b7e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)