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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 恂B | 100111001001011001000010 | 9c9642 |
EUC-JP | 恂B | 110101111111011001000010 | d7f642 |
UTF-8 | 恂B | 11100110100000011000001001000010 | e6818242 |
UHC | 恂B | 111000101110000101000010 | e2e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)