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 | 凉?凉?^ | 10011001011110010011111110011001011110010011111101011110 | 99793f99793f5e |
EUC-JP | 凉?凉?^ | 11010001110110100011111111010001110110100011111101011110 | d1da3fd1da3f5e |
UTF-8 | 凉딕凉듸^ | 11100101100001111000100111101011100101001001010111100101100001111000100111101011100100111011100001011110 | e58789eb9495e58789eb93b85e |
UHC | 凉딕凉듸^ | 110101011101100010110101111100011101010111011000101101011110111101011110 | d5d8b5f1d5d8b5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)