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‘«‘­’J‘Ÿ‘Ÿ 100100100100011110010001101010111001000110101101100100100100101010010001100111111001000110011111 924791ab91ad924a919f919f
SJIS-WIN ?G?????J???? 001111110100011100111111001111110011111100111111001111110100101000111111001111110011111100111111 3f473f3f3f3f3f4a3f3f3f3f
EUC-JP ?G?????J???? 001111110100011100111111001111110011111100111111001111110100101000111111001111110011111100111111 3f473f3f3f3f3f4a3f3f3f3f
UTF-8 ’G‘«‘­’J‘Ÿ‘Ÿ 11000010100100100100011111000010100100011100001010101011110000101001000111000010101011011100001010010010010010101100001010010001110000101001111111000010100100011100001010011111 c29247c291c2abc291c2adc2924ac291c29fc291c29f
UHC ?G???­?J???? 00111111010001110011111100111111001111111010000110101001001111110100101000111111001111110011111100111111 3f473f3f3fa1a93f4a3f3f3f3f

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