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 | 鼠頌 | 10010001011011001110100011110001 | 916ce8f1 |
EUC-JP | 鼠頌 | 11000001110011011111000011110011 | c1cdf0f3 |
UTF-8 | 鼠頌 | 111010011011110010100000111010011010000010001100 | e9bca0e9a08c |
UHC | 鼠頌 | 11100000101010011110000111101011 | e0a9e1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)