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‘¨n}’G‘¨n{^ 10010010010001111001000110101000011011100111110110010010010001111001000110101000011011100111101101011110 924791a86e7d924791a86e7b5e
SJIS-WIN ?G?¨n}?G?¨n{^ 001111110100011100111111100000010100111001101110011111010011111101000111001111111000000101001110011011100111101101011110 3f473f814e6e7d3f473f814e6e7b5e
EUC-JP ?G?¨n}?G?¨n{^ 001111110100011100111111101000011010111101101110011111010011111101000111001111111010000110101111011011100111101101011110 3f473fa1af6e7d3f473fa1af6e7b5e
UTF-8 ’G‘¨n}’G‘¨n{^ 11000010100100100100011111000010100100011100001010101000011011100111110111000010100100100100011111000010100100011100001010101000011011100111101101011110 c29247c291c2a86e7dc29247c291c2a86e7b5e
UHC ?G?¨n}?G?¨n{^ 001111110100011100111111101000011010011101101110011111010011111101000111001111111010000110100111011011100111101101011110 3f473fa1a76e7d3f473fa1a76e7b5e

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