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 | 兒鴉 | 10011001010110101110100111101011 | 995ae9eb |
EUC-JP | 兒鴉 | 11010001101110111111001011101101 | d1bbf2ed |
UTF-8 | 兒鴉 | 111001011000010110010010111010011011010010001001 | e58592e9b489 |
UHC | 兒鴉 | 11100100101011101110010010111100 | e4aee4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)