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 | æ¯ë ^ | 11100110100101001010111111101011101000001000111101011110 | e694afeba08f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | æ?¯ë??^ | 10001111101010011100000100111111100011111010001010110100100011111010101110110011001111110011111101011110 | 8fa9c13f8fa2b48fabb33f3f5e |
UTF-8 | æ¯ë ^ | 11000011101001101100001010010100110000101010111111000011101010111100001010100000110000101000111101011110 | c3a6c294c2afc3abc2a0c28f5e |
UHC | æ?????^ | 1010100110100001001111110011111100111111001111110011111101011110 | a9a13f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)