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 | ?殘 | 001111111001111101101011 | 3f9f6b |
EUC-JP | ?殘 | 001111111101110111001100 | 3fddcc |
UTF-8 | 뤳殘 | 111010111010010010110011111001101010111010011000 | eba4b3e6ae98 |
UHC | 뤳殘 | 10001111111000011110110111010001 | 8fe1edd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)