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 | 100110001010011101101000 | 98a768 |
SJIS-WIN | ?§h | 00111111100000011001100001101000 | 3f819868 |
EUC-JP | ?§h | 00111111101000011111100001101000 | 3fa1f868 |
UTF-8 | §h | 1100001010011000110000101010011101101000 | c298c2a768 |
UHC | ?§h | 00111111101000011101011101101000 | 3fa1d768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)