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‘°}Y’G‘°}bE 10010010010001111001000110110000011111010101100110010010010001111001000110110000011111010110001001000101 924791b07d59924791b07d6245
SJIS-WIN ?G?°}Y?G?°}bE 001111110100011100111111100000011000101101111101010110010011111101000111001111111000000110001011011111010110001001000101 3f473f818b7d593f473f818b7d6245
EUC-JP ?G?°}Y?G?°}bE 001111110100011100111111101000011110101101111101010110010011111101000111001111111010000111101011011111010110001001000101 3f473fa1eb7d593f473fa1eb7d6245
UTF-8 ’G‘°}Y’G‘°}bE 11000010100100100100011111000010100100011100001010110000011111010101100111000010100100100100011111000010100100011100001010110000011111010110001001000101 c29247c291c2b07d59c29247c291c2b07d6245
UHC ?G?°}Y?G?°}bE 001111110100011100111111101000011100011001111101010110010011111101000111001111111010000111000110011111010110001001000101 3f473fa1c67d593f473fa1c67d6245

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