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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | ?①??⑧?c^ | 00111111100001110100000000111111001111111000011101000111001111110110001101011110 | 3f87403f3f87473f635e |
EUC-JP | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
UTF-8 | 狀①컩狀⑧궓c^ | 1110111110100111101110101110001010010001101000001110110010111011101010011110111110100111101110101110001010010001101001111110101010110110100100110110001101011110 | efa7bae291a0ecbba9efa7bae291a7eab693635e |
UHC | 狀①컩狀⑧궓c^ | 1110110111101110101010001110011110110000100100011110110111101110101010001110111010000010101010000110001101011110 | edeea8e7b091edeea8ee82a8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)