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 | 妙儡 | 10010110101011011001100101010011 | 96ad9953 |
EUC-JP | 妙儡 | 11001100101011111101000110110100 | ccafd1b4 |
UTF-8 | 妙儡 | 111001011010011010011001111001011000010010100001 | e5a699e584a1 |
UHC | 妙儡 | 11011001110110001101011011101101 | d9d8d6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)