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 | 恃兒 | 10011100100101001001100101011010 | 9c94995a |
EUC-JP | 恃兒 | 11010111111101001101000110111011 | d7f4d1bb |
UTF-8 | 恃兒 | 111001101000000110000011111001011000010110010010 | e68183e58592 |
UHC | 恃兒 | 11100011101111101110010010101110 | e3bee4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)