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 | ä½ç¶^ | 11100100101111011000011011100111101101101001101001011110 | e4bd86e7b69a5e |
SJIS-WIN | ????¶?^ | 0011111100111111001111110011111110000001111101110011111101011110 | 3f3f3f3f81f73f5e |
EUC-JP | ä??ç¶?^ | 100011111010101110100011001111110011111110001111101010111010111010100010111110010011111101011110 | 8faba33f3f8fabaea2f93f5e |
UTF-8 | ä½ç¶^ | 11000011101001001100001010111101110000101000011011000011101001111100001010110110110000101001101001011110 | c3a4c2bdc286c3a7c2b6c29a5e |
UHC | ?½??¶?^ | 001111111010100011110110001111110011111110100010110100100011111101011110 | 3fa8f63f3fa2d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)