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 | 瘟擶 | 11100001100010011001110110101111 | e1899daf |
EUC-JP | 瘟擶 | 11100001111010011101101010110001 | e1e9dab1 |
UTF-8 | 瘟擶 | 111001111001100010011111111001101001001110110110 | e7989fe693b6 |
UHC | 瘟? | 111010001011000000111111 | e8b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)