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 | 闔殘 | 11101000100011101001111101101011 | e88e9f6b |
EUC-JP | 闔殘 | 11101111111011101101110111001100 | efeeddcc |
UTF-8 | 闔殘 | 111010011001011110010100111001101010111010011000 | e99794e6ae98 |
UHC | 闔殘 | 11111001111011111110110111010001 | f9efedd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)