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 | 佞跼 | 10011011010000111110011011110000 | 9b43e6f0 |
EUC-JP | 佞跼 | 11010101101001001110110011110010 | d5a4ecf2 |
UTF-8 | 佞跼 | 111001001011110110011110111010001011011110111100 | e4bd9ee8b7bc |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)