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 | 史姚 | 10001110011010101001101101001100 | 8e6a9b4c |
EUC-JP | 史姚 | 10111011110010111101010110101101 | bbcbd5ad |
UTF-8 | 史姚 | 111001011000111110110010111001011010011110011010 | e58fb2e5a79a |
UHC | 史姚 | 11011110110010001110100011101110 | dec8e8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)