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 | 凉潔 | 10011001011110011000110010001001 | 99798c89 |
EUC-JP | 凉潔 | 11010001110110101011011111101001 | d1dab7e9 |
UTF-8 | 凉潔 | 111001011000011110001001111001101011110110010100 | e58789e6bd94 |
UHC | 凉潔 | 11010101110110001100110010111110 | d5d8ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)