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 | 惺? | 100111001011011100111111 | 9cb73f |
EUC-JP | 惺? | 110110001011100100111111 | d8b93f |
UTF-8 | 惺涉 | 111001101000001110111010111001101011011010001001 | e683bae6b689 |
UHC | 惺涉 | 11100000111101101110000011101111 | e0f6e0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)