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 | 杞兒 | 10011110010110001001100101011010 | 9e58995a |
EUC-JP | 杞兒 | 11011011101110011101000110111011 | dbb9d1bb |
UTF-8 | 杞兒 | 111001101001110110011110111001011000010110010010 | e69d9ee58592 |
UHC | 杞兒 | 11010001101000111110010010101110 | d1a3e4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)