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 | 褄ソ謐ソ^ | 11100101111010111011111111100110100011011011111101011110 | e5ebbfe68dbf5e |
EUC-JP | 褄ソ謐ソ^ | 111010101110110110001110101111111110101111101101100011101011111101011110 | eaed8ebfebed8ebf5e |
UTF-8 | 褄ソ謐ソ^ | 11101000101001001000010011101111101111011011111111101000101011001001000011101111101111011011111101011110 | e8a484efbdbfe8ac90efbdbf5e |
UHC | ??謐?^ | 001111110011111111011010110011010011111101011110 | 3f3fdacd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)