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 | 兒淅 | 10011001010110101001111111000110 | 995a9fc6 |
EUC-JP | 兒淅 | 11010001101110111101111011001000 | d1bbdec8 |
UTF-8 | 兒淅 | 111001011000010110010010111001101011011110000101 | e58592e6b785 |
UHC | 兒淅 | 11100100101011101110000010110010 | e4aee0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)