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 | æól | 111001101111001101101100 | e6f36c |
SJIS-WIN | ??l | 001111110011111101101100 | 3f3f6c |
EUC-JP | æól | 10001111101010011100000110001111101010111101000101101100 | 8fa9c18fabd16c |
UTF-8 | æól | 1100001110100110110000111011001101101100 | c3a6c3b36c |
UHC | æ?l | 10101001101000010011111101101100 | a9a13f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)