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‘¦‘¼’N‘»‘´’G‘¬ 10010010010010001001000110100110100100011011110010010010010011101001000110111011100100011011010010010010010001111001000110101100 924891a691bc924e91bb91b4924791ac
SJIS-WIN ?H?????N???´?G?¬ 001111110100100000111111001111110011111100111111001111110100111000111111001111110011111110000001010011000011111101000111001111111000000111001010 3f483f3f3f3f3f4e3f3f3f814c3f473f81ca
EUC-JP ?H?¦???N???´?G?¬ 0011111101001000001111111000111110100010110000110011111100111111001111110100111000111111001111110011111110100001101011010011111101000111001111111010001011001100 3f483f8fa2c33f3f3f4e3f3f3fa1ad3f473fa2cc
UTF-8 ’H‘¦‘¼’N‘»‘´’G‘¬ 1100001010010010010010001100001010010001110000101010011011000010100100011100001010111100110000101001001001001110110000101001000111000010101110111100001010010001110000101011010011000010100100100100011111000010100100011100001010101100 c29248c291c2a6c291c2bcc2924ec291c2bbc291c2b4c29247c291c2ac
UHC ?H???¼?N???´?G?? 001111110100100000111111001111110011111110101000111110010011111101001110001111110011111100111111101000101010010100111111010001110011111100111111 3f483f3f3fa8f93f4e3f3f3fa2a53f473f3f

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