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‘°\}’G‘°\{^ 10010010010001111001000110110000010111000111110110010010010001111001000110110000010111000111101101011110 924791b05c7d924791b05c7b5e
SJIS-WIN ?G?°\}?G?°\{^ 001111110100011100111111100000011000101101011100011111010011111101000111001111111000000110001011010111000111101101011110 3f473f818b5c7d3f473f818b5c7b5e
EUC-JP ?G?°\}?G?°\{^ 001111110100011100111111101000011110101101011100011111010011111101000111001111111010000111101011010111000111101101011110 3f473fa1eb5c7d3f473fa1eb5c7b5e
UTF-8 ’G‘°\}’G‘°\{^ 11000010100100100100011111000010100100011100001010110000010111000111110111000010100100100100011111000010100100011100001010110000010111000111101101011110 c29247c291c2b05c7dc29247c291c2b05c7b5e
UHC ?G?°\}?G?°\{^ 001111110100011100111111101000011100011001011100011111010011111101000111001111111010000111000110010111000111101101011110 3f473fa1c65c7d3f473fa1c65c7b5e

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