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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 睥續 | 11100001110011001110001110010100 | e1cce394 |
EUC-JP | 睥續 | 11100010110011101110010111110100 | e2cee5f4 |
UTF-8 | 睥續 | 111001111001110110100101111001111011101010001100 | e79da5e7ba8c |
UHC | ?續 | 001111111110000111011001 | 3fe1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)