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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 、鯤コ^ | 11110000101001011010010011101001110010001011101001011110 | f0a5a4e9c8ba5e |
EUC-JP | ?、鯤コ^ | 0011111110001110101001001111001011001010100011101011101001011110 | 3f8ea4f2ca8eba5e |
UTF-8 | 、鯤コ^ | 11101110100000011010010011101111101111011010010011101001101011111010010011101111101111011011101001011110 | ee81a4efbda4e9afa4efbdba5e |
UHC | ??鯤?^ | 001111110011111111001101111001100011111101011110 | 3f3fcde63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)