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^ | 10011100100101000100010010011100100101000100010001011110 | 9c94449c94445e |
EUC-JP | 恃D恃D^ | 11010111111101000100010011010111111101000100010001011110 | d7f444d7f4445e |
UTF-8 | 恃D恃D^ | 111001101000000110000011010001001110011010000001100000110100010001011110 | e6818344e68183445e |
UHC | 恃D恃D^ | 11100011101111100100010011100011101111100100010001011110 | e3be44e3be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)