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 | 賊忌 | 10010001101011111000101011110101 | 91af8af5 |
EUC-JP | 賊忌 | 11000010101100011011010011110111 | c2b1b4f7 |
UTF-8 | 賊忌 | 111010001011001110001010111001011011111110001100 | e8b38ae5bf8c |
UHC | 賊忌 | 11101110111001001101000011111011 | eee4d0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)