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 | 薛紮旛^ | 11100101010011001110001101000110100111011101011101011110 | e54ce3469dd75e |
EUC-JP | 薛紮旛^ | 11101001101011011110010110100111110110101101100101011110 | e9ade5a7dad95e |
UTF-8 | 薛紮旛^ | 11101000100101101001101111100111101101001010111011100110100101111001101101011110 | e8969be7b4aee6979b5e |
UHC | 薛紮?^ | 111000001110000011110011110011110011111101011110 | e0e0f3cf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)