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 | ë£¶ä¸ | 1110101110100011101101101110010010111000 | eba3b6e4b8 |
SJIS-WIN | ?£¶?? | 00111111100000011001001010000001111101110011111100111111 | 3f819281f73f3f |
EUC-JP | ë£¶ä¸ | 10001111101010111011001110100001111100101010001011111001100011111010101110100011100011111010001010110001 | 8fabb3a1f2a2f98faba38fa2b1 |
UTF-8 | ë£¶ä¸ | 11000011101010111100001010100011110000101011011011000011101001001100001010111000 | c3abc2a3c2b6c3a4c2b8 |
UHC | ??¶?¸ | 00111111001111111010001011010010001111111010001010101100 | 3f3fa2d23fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)