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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鳶?鳶?^ | 10010011110011100011111110010011110011100011111101011110 | 93ce3f93ce3f5e |
EUC-JP | 鳶?鳶?^ | 11000110110100000011111111000110110100000011111101011110 | c6d03fc6d03f5e |
UTF-8 | 鳶귾鳶귾^ | 11101001101100111011011011101010101101111011111011101001101100111011011011101010101101111011111001011110 | e9b3b6eab7bee9b3b6eab7be5e |
UHC | 鳶귾鳶귾^ | 111001101110100110000011010001001110011011101001100000110100010001011110 | e6e98344e6e983445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)