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 | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 蜚クl | 11100101100101001011100001101100 | e594b86c |
EUC-JP | 蜚クl | 1110100111110100100011101011100001101100 | e9f48eb86c |
UTF-8 | 蜚クl | 11101000100111001001101011101111101111011011100001101100 | e89c9aefbdb86c |
UHC | 蜚?l | 11011110101001000011111101101100 | dea43f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)