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 ’GE’GE[’GE’GE[^ 100100100100011101000101100100100100011101000101010110111001001001000111010001011001001001000111010001010101101101011110 9247459247455b9247459247455b5e
SJIS-WIN ?GE?GE[?GE?GE[^ 001111110100011101000101001111110100011101000101010110110011111101000111010001010011111101000111010001010101101101011110 3f47453f47455b3f47453f47455b5e
EUC-JP ?GE?GE[?GE?GE[^ 001111110100011101000101001111110100011101000101010110110011111101000111010001010011111101000111010001010101101101011110 3f47453f47455b3f47453f47455b5e
UTF-8 ’GE’GE[’GE’GE[^ 11000010100100100100011101000101110000101001001001000111010001010101101111000010100100100100011101000101110000101001001001000111010001010101101101011110 c2924745c29247455bc2924745c29247455b5e
UHC ?GE?GE[?GE?GE[^ 001111110100011101000101001111110100011101000101010110110011111101000111010001010011111101000111010001010101101101011110 3f47453f47455b3f47453f47455b5e

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