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 | 惺惜 | 10011100101101111001000011001001 | 9cb790c9 |
EUC-JP | 惺惜 | 11011000101110011100000011001011 | d8b9c0cb |
UTF-8 | 惺惜 | 111001101000001110111010111001101000001110011100 | e683bae6839c |
UHC | 惺惜 | 11100000111101101110000010101101 | e0f6e0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)