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 | 守薛 | 10001110111001111110010101001100 | 8ee7e54c |
EUC-JP | 守薛 | 10111100111010011110100110101101 | bce9e9ad |
UTF-8 | 守薛 | 111001011010111010001000111010001001011010011011 | e5ae88e8969b |
UHC | 守薛 | 11100001111110101110000011100000 | e1fae0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)