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 | 畴轉 | 11100001011001101110011101111010 | e166e77a |
EUC-JP | 畴轉 | 11100001110001111110110111011011 | e1c7eddb |
UTF-8 | 畴轉 | 111001111001010110110100111010001011110110001001 | e795b4e8bd89 |
UHC | ?轉 | 001111111110111110101110 | 3fefae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)