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 | 蛛儡 | 11100101100000011001100101010011 | e5819953 |
EUC-JP | 蛛儡 | 11101001111000011101000110110100 | e9e1d1b4 |
UTF-8 | 蛛儡 | 111010001001101110011011111001011000010010100001 | e89b9be584a1 |
UHC | 蛛儡 | 11110001110010001101011011101101 | f1c8d6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)