To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ‘jh‘jfN}‘jh‘jfN{^ 1001000101101010011010001001000101101010011001100100111001111101100100010110101001101000100100010110101001100110010011100111101101011110 916a68916a664e7d916a68916a664e7b5e
SJIS-WIN ?jh?jfN}?jh?jfN{^ 0011111101101010011010000011111101101010011001100100111001111101001111110110101001101000001111110110101001100110010011100111101101011110 3f6a683f6a664e7d3f6a683f6a664e7b5e
EUC-JP ?jh?jfN}?jh?jfN{^ 0011111101101010011010000011111101101010011001100100111001111101001111110110101001101000001111110110101001100110010011100111101101011110 3f6a683f6a664e7d3f6a683f6a664e7b5e
UTF-8 ‘jh‘jfN}‘jh‘jfN{^ 110000101001000101101010011010001100001010010001011010100110011001001110011111011100001010010001011010100110100011000010100100010110101001100110010011100111101101011110 c2916a68c2916a664e7dc2916a68c2916a664e7b5e
UHC ?jh?jfN}?jh?jfN{^ 0011111101101010011010000011111101101010011001100100111001111101001111110110101001101000001111110110101001100110010011100111101101011110 3f6a683f6a664e7d3f6a683f6a664e7b5e

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)