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 ’G‘¼‘®x’G‘¼‘®x^ 100100100100011110010001101111001001000110101110011110001001001001000111100100011011110010010001101011100111100001011110 924791bc91ae78924791bc91ae785e
SJIS-WIN ?G????x?G????x^ 001111110100011100111111001111110011111100111111011110000011111101000111001111110011111100111111001111110111100001011110 3f473f3f3f3f783f473f3f3f3f785e
EUC-JP ?G???®x?G???®x^ 00111111010001110011111100111111001111111000111110100010111011100111100000111111010001110011111100111111001111111000111110100010111011100111100001011110 3f473f3f3f8fa2ee783f473f3f3f8fa2ee785e
UTF-8 ’G‘¼‘®x’G‘¼‘®x^ 11000010100100100100011111000010100100011100001010111100110000101001000111000010101011100111100011000010100100100100011111000010100100011100001010111100110000101001000111000010101011100111100001011110 c29247c291c2bcc291c2ae78c29247c291c2bcc291c2ae785e
UHC ?G?¼?®x?G?¼?®x^ 00111111010001110011111110101000111110010011111110100010111001110111100000111111010001110011111110101000111110010011111110100010111001110111100001011110 3f473fa8f93fa2e7783f473fa8f93fa2e7785e

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