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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 毅麥?^ | 100010110100001011101010011011010011111101011110 | 8b42ea6d3f5e |
EUC-JP | 毅麥?^ | 101101011010001111110011110011100011111101011110 | b5a3f3ce3f5e |
UTF-8 | 毅麥뇜^ | 11100110101011111000010111101001101110101010010111101011100001111001110001011110 | e6af85e9baa5eb879c5e |
UHC | 毅麥뇜^ | 11101011111101101101100011101010101100111111110101011110 | ebf6d8eab3fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)