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 | 甅磔 | 11100001010011001110000111110111 | e14ce1f7 |
EUC-JP | 甅磔 | 11100001101011011110001011111001 | e1ade2f9 |
UTF-8 | 甅磔 | 111001111001010010000101111001111010001110010100 | e79485e7a394 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)