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 | 蛛甞 | 11100101100000011110000101010010 | e581e152 |
EUC-JP | 蛛甞 | 11101001111000011110000110110011 | e9e1e1b3 |
UTF-8 | 蛛甞 | 111010001001101110011011111001111001010010011110 | e89b9be7949e |
UHC | 蛛? | 111100011100100000111111 | f1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)