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 | 100111001001100101000010 | 9c9942 |
EUC-JP | 恙B | 110101111111100101000010 | d7f942 |
UTF-8 | 恙B | 11100110100000011001100101000010 | e6819942 |
UHC | 恙B | 111001011011111101000010 | e5bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)