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 | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
SJIS-WIN | 鳶??泳?P^ | 100100111100111000111111001111111000100101101010001111110101000001011110 | 93ce3f3f896a3f505e |
EUC-JP | 鳶??泳?P^ | 110001101101000000111111001111111011000111001011001111110101000001011110 | c6d03f3fb1cb3f505e |
UTF-8 | 鳶멩뿦泳쉃P^ | 1110100110110011101101101110101110101001101010011110101110111111101001101110011010110011101100111110110010001001100000110101000001011110 | e9b3b6eba9a9ebbfa6e6b3b3ec8983505e |
UHC | 鳶멩뿦泳쉃P^ | 111001101110100110111000111001101001011110100110111001111011011010011010010110000101000001011110 | e6e9b8e697a6e7b69a58505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)