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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?愾^ | 00111111100111001011111101011110 | 3f9cbf5e |
EUC-JP | 湗愾^ | 100011111100011111111011110110001100000101011110 | 8fc7fbd8c15e |
UTF-8 | 湗愾^ | 11100110101110011001011111100110100001001011111001011110 | e6b997e684be5e |
UHC | ?愾^ | 00111111110010111100010101011110 | 3fcbc55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)