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 | 獵蟲 | 11100000110110001110010110110011 | e0d8e5b3 |
EUC-JP | 獵蟲 | 11100000110110101110101010110101 | e0daeab5 |
UTF-8 | 獵蟲 | 111001111000110110110101111010001001111110110010 | e78db5e89fb2 |
UHC | 獵蟲 | 11010110101101001111010111111001 | d6b4f5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)