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 | 綬拯 | 10001110111110001001110101101101 | 8ef89d6d |
EUC-JP | 綬拯 | 10111100111110101101100111001110 | bcfad9ce |
UTF-8 | 綬拯 | 111001111011011010101100111001101000101110101111 | e7b6ace68baf |
UHC | 綬拯 | 11100010101110001111000111110101 | e2b8f1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)