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 | 宗宗 | 10001111010000001000111101000000 | 8f408f40 |
EUC-JP | 宗宗 | 10111101101000011011110110100001 | bda1bda1 |
UTF-8 | 宗宗 | 111001011010111010010111111001011010111010010111 | e5ae97e5ae97 |
UHC | 宗宗 | 11110000111100111111000011110011 | f0f3f0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)