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 | 隹キ荳ケ^ | 11101000101100001011011111100100101110001011100101011110 | e8b0b7e4b8b95e |
EUC-JP | 隹キ荳ケ^ | 111100001011001010001110101101111110100010111010100011101011100101011110 | f0b28eb7e8ba8eb95e |
UTF-8 | 隹キ荳ケ^ | 11101001100110101011100111101111101111011011011111101000100011011011001111101111101111011011100101011110 | e99ab9efbdb7e88db3efbdb95e |
UHC | ??荳?^ | 001111110011111111010100111001010011111101011110 | 3f3fd4e53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)