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 | 蜃矜 | 11100101100001111110000111100000 | e587e1e0 |
EUC-JP | 蜃矜 | 11101001111001111110001011100010 | e9e7e2e2 |
UTF-8 | 蜃矜 | 111010001001110010000011111001111001111110011100 | e89c83e79f9c |
UHC | 蜃矜 | 11100011111100011101000011101000 | e3f1d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)