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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 惡D惡D^ | 10011100101001100100010010011100101001100100010001011110 | 9ca6449ca6445e |
EUC-JP | 惡D惡D^ | 11011000101010000100010011011000101010000100010001011110 | d8a844d8a8445e |
UTF-8 | 惡D惡D^ | 111001101000001110100001010001001110011010000011101000010100010001011110 | e683a144e683a1445e |
UHC | 惡D惡D^ | 11100100110000100100010011100100110000100100010001011110 | e4c244e4c2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)