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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ???馹??? | 001111110011111100111111100011111110100110100001001111110011111100111111 | 3f3f3f8fe9a13f3f3f |
| UTF-8 | 黎싳뼅馹쇌퐰璘 | 111011111010011010001001111011001000101110110011111010111011110010000101111010011010011010111001111011001000011110001100111011011001000010110000111011111010011110101111 | efa689ec8bb3ebbc85e9a6b9ec878ced90b0efa7af |
| UHC | 黎싳뼅馹쇌퐰璘 | 1110011010110001100110101110110010010110100011111110110011110001101111001110010010111101100110011110110011011110 | e6b19aec968fecf1bce4bd99ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)