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 | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
SJIS-WIN | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
EUC-JP | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
UTF-8 | 稶렭I^ | 1110011110101000101101101110101110100000101011010100100101011110 | e7a8b6eba0ad495e |
UHC | 稶렭I^ | 111010011111001110001110101110100100100101011110 | e9f38eba495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)