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 | 鼠胥 | 10010001011011001110001111101111 | 916ce3ef |
EUC-JP | 鼠胥 | 11000001110011011110011011110001 | c1cde6f1 |
UTF-8 | 鼠胥 | 111010011011110010100000111010001000001110100101 | e9bca0e883a5 |
UHC | 鼠胥 | 11100000101010011110000010100001 | e0a9e0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)