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 | 竇ア荳ツ^ | 1110001010000101101100011110010010111000100000110110001101011110 | e285b1e4b883635e |
EUC-JP | 竇ア荳ツ^ | 111000111110010110001110101100011110100010111010101001011100010001011110 | e3e58eb1e8baa5c45e |
UTF-8 | 竇ア荳ツ^ | 11100111101010111000011111101111101111011011000111101000100011011011001111100011100000111000010001011110 | e7ab87efbdb1e88db3e383845e |
UHC | 竇?荳ツ^ | 1101010011100100001111111101010011100101101010111100010001011110 | d4e43fd4e5abc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)