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 | 很麒^ | 1001110001101011111010100110100101011110 | 9c6bea695e |
EUC-JP | 很麒^ | 1101011111001100111100111100101001011110 | d7ccf3ca5e |
UTF-8 | 很麒^ | 11100101101111101000100011101001101110101001001001011110 | e5be88e9ba925e |
UHC | ?麒^ | 00111111110100011100101101011110 | 3fd1cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)