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 | ?杞 | 001111111001111001011000 | 3f9e58 |
EUC-JP | 鋌杞 | 1000111111100100101110111101101110111001 | 8fe4bbdbb9 |
UTF-8 | 鋌杞 | 111010011000101110001100111001101001110110011110 | e98b8ce69d9e |
UHC | 鋌杞 | 11101111111110111101000110100011 | effbd1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)