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 | ç ¬ì³^ | 11100111100001011010110011101100100100001011001101011110 | e785acec90b35e |
SJIS-WIN | ??¬???^ | 0011111100111111100000011100101000111111001111110011111101011110 | 3f3f81ca3f3f3f5e |
EUC-JP | ç?¬ì??^ | 100011111010101110101110001111111010001011001100100011111010101111000000001111110011111101011110 | 8fabae3fa2cc8fabc03f3f5e |
UTF-8 | ç ¬ì³^ | 11000011101001111100001010000101110000101010110011000011101011001100001010010000110000101011001101011110 | c3a7c285c2acc3acc290c2b35e |
UHC | ?????³^ | 0011111100111111001111110011111100111111101010011111100001011110 | 3f3f3f3f3fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)