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 ’H’JR’H’Jo’H’J]^ 10010010010010001001001001001010010100101001001001001000100100100100101001101111100100100100100010010010010010100101110101011110 9248924a529248924a6f9248924a5d5e
SJIS-WIN ?H?JR?H?Jo?H?J]^ 00111111010010000011111101001010010100100011111101001000001111110100101001101111001111110100100000111111010010100101110101011110 3f483f4a523f483f4a6f3f483f4a5d5e
EUC-JP ?H?JR?H?Jo?H?J]^ 00111111010010000011111101001010010100100011111101001000001111110100101001101111001111110100100000111111010010100101110101011110 3f483f4a523f483f4a6f3f483f4a5d5e
UTF-8 ’H’JR’H’Jo’H’J]^ 11000010100100100100100011000010100100100100101001010010110000101001001001001000110000101001001001001010011011111100001010010010010010001100001010010010010010100101110101011110 c29248c2924a52c29248c2924a6fc29248c2924a5d5e
UHC ?H?JR?H?Jo?H?J]^ 00111111010010000011111101001010010100100011111101001000001111110100101001101111001111110100100000111111010010100101110101011110 3f483f4a523f483f4a6f3f483f4a5d5e

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