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 | 陲望 | 11101000101000101001011001011101 | e8a2965d |
EUC-JP | 陲望 | 11110000101001001100101110111110 | f0a4cbbe |
UTF-8 | 陲望 | 111010011001100110110010111001101001110010011011 | e999b2e69c9b |
UHC | ?望 | 001111111101100011010000 | 3fd8d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)