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 | 101111101010001101101000 | bea368 |
SJIS-WIN | ?£h | 00111111100000011001001001101000 | 3f819268 |
EUC-JP | ?£h | 00111111101000011111001001101000 | 3fa1f268 |
UTF-8 | ¾£h | 1100001010111110110000101010001101101000 | c2bec2a368 |
UHC | ¾?h | 10101000111110100011111101101000 | a8fa3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)