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 | 艾傑 | 11100100100010001000110010000110 | e4888c86 |
EUC-JP | 艾傑 | 11100111111010001011011111100110 | e7e8b7e6 |
UTF-8 | 艾傑 | 111010001000100110111110111001011000001010010001 | e889bee58291 |
UHC | 艾傑 | 11100100111101011100101111111000 | e4f5cbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)