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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 、鞏 | 1111000111111001101001001110100011011101 | f1f9a4e8dd |
EUC-JP | ?、鞏 | 0011111110001110101001001111000011011111 | 3f8ea4f0df |
UTF-8 | 、鞏 | 111011101000010110110100111011111011110110100100111010011001111010001111 | ee85b4efbda4e99e8f |
UHC | ??鞏 | 00111111001111111100110111111001 | 3f3fcdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)