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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??鞏\ | 0011111100111111111010001101110101011100 | 3f3fe8dd5c |
EUC-JP | 蔣?鞏\ | 10001111110110011011011000111111111100001101111101011100 | 8fd9b63ff0df5c |
UTF-8 | 蔣븅鞏\ | 11101000100101001010001111101011101110001000010111101001100111101000111101011100 | e894a3ebb885e99e8f5c |
UHC | 蔣븅鞏\ | 11101101111110001011101011101001110011011111100101011100 | edf8bae9cdf95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)