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 | 兒嘶 | 10011001010110101001101001111100 | 995a9a7c |
EUC-JP | 兒嘶 | 11010001101110111101001111011101 | d1bbd3dd |
UTF-8 | 兒嘶 | 111001011000010110010010111001011001100010110110 | e58592e598b6 |
UHC | 兒嘶 | 11100100101011101110001110110110 | e4aee3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)