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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蒻蒿^ | 111100101010111111100100111010001111001010101111111001001110010001011110 | f2afe4e8f2afe4e45e |
EUC-JP | ?蒻?蒿^ | 00111111111010001110101000111111111010001110011001011110 | 3fe8ea3fe8e65e |
UTF-8 | 蒻蒿^ | 11101110100001111010011011101000100100101011101111101110100001111010011011101000100100101011111101011110 | ee87a6e892bbee87a6e892bf5e |
UHC | ?蒻?蒿^ | 00111111111001011011011000111111111110111101101001011110 | 3fe5b63ffbda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)