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^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 貂ァ逍セc^ | 1110011010111000101001111110011110010110101111100110001101011110 | e6b8a7e796be635e |
EUC-JP | 貂ァ逍セc^ | 11101100101110101000111010100111111011011111011010001110101111100110001101011110 | ecba8ea7edf68ebe635e |
UTF-8 | 貂ァ逍セc^ | 1110100010110010100000101110111110111101101001111110100110000000100011011110111110111101101111100110001101011110 | e8b282efbda7e9808defbdbe635e |
UHC | 貂?逍?c^ | 1111010110110000001111111110000111001110001111110110001101011110 | f5b03fe1ce3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)