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 | 鼠仙 | 10010001011011001001000011100101 | 916c90e5 |
EUC-JP | 鼠仙 | 11000001110011011100000011100111 | c1cdc0e7 |
UTF-8 | 鼠仙 | 111010011011110010100000111001001011101110011001 | e9bca0e4bb99 |
UHC | 鼠仙 | 11100000101010011110000010111001 | e0a9e0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)