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 | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | ?占???C | 00111111100100001110100000111111001111110011111101000011 | 3f90e83f3f3f43 |
EUC-JP | ?占???C | 00111111110000001110101000111111001111110011111101000011 | 3fc0ea3f3f3f43 |
UTF-8 | 첨占▣뤄엑C | 11101100101100101010100011100101100011011010000011100010100101101010001111101011101001001000010011101100100101111001000101000011 | ecb2a8e58da0e296a3eba484ec979143 |
UHC | 첨占▣뤄엑C | 1100001110110111111011111011111110100010110000111011011111101111101111111010001001000011 | c3b7efbfa2c3b7efbfa243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)