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 | 懷渫 | 10011100111001011001111111010110 | 9ce59fd6 |
EUC-JP | 懷渫 | 11011000111001111101111011011000 | d8e7ded8 |
UTF-8 | 懷渫 | 111001101000011110110111111001101011100010101011 | e687b7e6b8ab |
UHC | 懷渫 | 11111100111000111110000011011110 | fce3e0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)