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 | ソ黨ソ黠^ | 10111111111010100111110110111111111010100111101101011110 | bfea7dbfea7b5e |
EUC-JP | ソ黨ソ黠^ | 100011101011111111110011110111101000111010111111111100111101110001011110 | 8ebff3de8ebff3dc5e |
UTF-8 | ソ黨ソ黠^ | 11101111101111011011111111101001101110111010100011101111101111011011111111101001101110111010000001011110 | efbdbfe9bba8efbdbfe9bba05e |
UHC | ?黨??^ | 001111111101001111011010001111110011111101011110 | 3fd3da3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)