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 | ?h | 0011111101101000 | 3f68 |
SJIS-WIN | 粗h | 100100010110010101101000 | 916568 |
EUC-JP | 粗h | 110000011100011001101000 | c1c668 |
UTF-8 | 粗h | 11100111101100101001011101101000 | e7b29768 |
UHC | 粗h | 111100001101100001101000 | f0d868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)