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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?孟?^ | 0011111110010110110100000011111101011110 | 3f96d03f5e |
EUC-JP | ?孟?^ | 0011111111001100110100100011111101011110 | 3fccd23f5e |
UTF-8 | 卽孟범^ | 11100101100011011011110111100101101011011001111111101011101100101001010001011110 | e58dbde5ad9febb2945e |
UHC | 卽孟범^ | 11110001111011011101100011101011101110011111110001011110 | f1edd8ebb9fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)