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 | 凉碑 | 10011001011110011001010011101000 | 997994e8 |
EUC-JP | 凉碑 | 11010001110110101100100011101010 | d1dac8ea |
UTF-8 | 凉碑 | 111001011000011110001001111001111010001010010001 | e58789e7a291 |
UHC | 凉碑 | 11010101110110001101110111111000 | d5d8ddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)