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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 啣^ | 100110100101000101011110 | 9a515e |
EUC-JP | 啣^ | 110100111011001001011110 | d3b25e |
UTF-8 | 啣^ | 11100101100101011010001101011110 | e595a35e |
UHC | 啣^ | 111110011110000101011110 | f9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)