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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 搜翼 | 10011101011100101001011110000011 | 9d729783 |
EUC-JP | 搜翼 | 11011001110100111100110111100011 | d9d3cde3 |
UTF-8 | 搜翼 | 111001101001000010011100111001111011111110111100 | e6909ce7bfbc |
UHC | 搜翼 | 11100010101001001110110011001111 | e2a4eccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)