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 | ???鸚??? | 0011111100111111001111111110101001011111001111110011111100111111 | 3f3f3fea5f3f3f3f |
| EUC-JP | ???鸚??? | 0011111100111111001111111111001111000000001111110011111100111111 | 3f3f3ff3c03f3f3f |
| UTF-8 | 琉드쓿鸚붹셀六 | 111011111010011110001100111010111001001110011100111011001001001110111111111010011011100010011010111010111011011010111001111011001000010110000000111011111010011110010001 | efa78ceb939cec93bfe9b89aebb6b9ec8580efa791 |
| UHC | 琉드쓿鸚붹셀六 | 1110101110100100101101011110010110111110101101111110010110100100100101001110011010111100101111111110101110111011 | eba4b5e5beb7e5a494e6bcbfebbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)