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 | 粱睥 | 11100010111010111110000111001100 | e2ebe1cc |
EUC-JP | 粱睥 | 11100100111011011110001011001110 | e4ede2ce |
UTF-8 | 粱睥 | 111001111011001010110001111001111001110110100101 | e7b2b1e79da5 |
UHC | 粱? | 110101011101110000111111 | d5dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)