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 | 鍄玖搴^ | 11100111111110111000101111101000100111011000101101011110 | e7fb8be89d8b5e |
EUC-JP | 鍄玖搴^ | 11101110111111011011011011101010110110011110101101011110 | eefdb6ead9eb5e |
UTF-8 | 鍄玖搴^ | 11101001100011011000010011100111100011101001011011100110100100001011010001011110 | e98d84e78e96e690b45e |
UHC | ?玖?^ | 0011111111001111101110000011111101011110 | 3fcfb83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)