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 | 鬥暦シス蜀 | 1110100110100110100101111110111110111100101111011110010110000110 | e9a697efbcbde586 |
| EUC-JP | 鬥暦シス蜀 | 11110010101010001100111011110001100011101011110010001110101111011110100111100110 | f2a8cef18ebc8ebde9e6 |
| UTF-8 | 鬥暦シス蜀 | 111010011010110010100101111001101001101010100110111011111011110110111100111011111011110110111101111010001001110010000000 | e9aca5e69aa6efbdbcefbdbde89c80 |
| UHC | ????蜀 | 001111110011111100111111001111111111010110111001 | 3f3f3f3ff5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)