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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 僥?^ | 10011001010001100011111101011110 | 99463f5e |
EUC-JP | 僥?^ | 11010001101001110011111101011110 | d1a73f5e |
UTF-8 | 僥뾇^ | 11100101100000111010010111101011101111101000011101011110 | e583a5ebbe875e |
UHC | 僥뾇^ | 1110100011101001100101110100010101011110 | e8e997455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)