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 | 貳? | 111001101100011000111111 | e6c63f |
EUC-JP | 貳? | 111011001100100000111111 | ecc83f |
UTF-8 | 貳卨 | 111010001011001010110011111001011000110110101000 | e8b2b3e58da8 |
UHC | 貳卨 | 11101100110000111110000011011001 | ecc3e0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)