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’H‘½’G‘¹‘¶’E‘´ 10010010010001111001001001001000100100011011110110010010010001111001000110111001100100011011011010010010010001011001000110110100 9247924891bd924791b991b6924591b4
SJIS-WIN ?G?H???G???¶?E?´ 001111110100011100111111010010000011111100111111001111110100011100111111001111110011111110000001111101110011111101000101001111111000000101001100 3f473f483f3f3f473f3f3f81f73f453f814c
EUC-JP ?G?H???G???¶?E?´ 001111110100011100111111010010000011111100111111001111110100011100111111001111110011111110100010111110010011111101000101001111111010000110101101 3f473f483f3f3f473f3f3fa2f93f453fa1ad
UTF-8 ’G’H‘½’G‘¹‘¶’E‘´ 11000010100100100100011111000010100100100100100011000010100100011100001010111101110000101001001001000111110000101001000111000010101110011100001010010001110000101011011011000010100100100100010111000010100100011100001010110100 c29247c29248c291c2bdc29247c291c2b9c291c2b6c29245c291c2b4
UHC ?G?H?½?G?¹?¶?E?´ 0011111101000111001111110100100000111111101010001111011000111111010001110011111110101001111101100011111110100010110100100011111101000101001111111010001010100101 3f473f483fa8f63f473fa9f63fa2d23f453fa2a5

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