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 | 皎瘟 | 11100001101001111110000110001001 | e1a7e189 |
EUC-JP | 皎瘟 | 11100010101010011110000111101001 | e2a9e1e9 |
UTF-8 | 皎瘟 | 111001111001101010001110111001111001100010011111 | e79a8ee7989f |
UHC | 皎瘟 | 11001110111010111110100010110000 | ceebe8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)