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’H^ 1001001001000000100100011011110110010010010001111001001001001000100100100100000010010001101111011001001001000111100100100100100001011110 924091bd92479248924091bd924792485e
SJIS-WIN ?@???G?H?@???G?H^ 0011111101000000001111110011111100111111010001110011111101001000001111110100000000111111001111110011111101000111001111110100100001011110 3f403f3f3f473f483f403f3f3f473f485e
EUC-JP ?@???G?H?@???G?H^ 0011111101000000001111110011111100111111010001110011111101001000001111110100000000111111001111110011111101000111001111110100100001011110 3f403f3f3f473f483f403f3f3f473f485e
UTF-8 ’@‘½’G’H’@‘½’G’H^ 110000101001001001000000110000101001000111000010101111011100001010010010010001111100001010010010010010001100001010010010010000001100001010010001110000101011110111000010100100100100011111000010100100100100100001011110 c29240c291c2bdc29247c29248c29240c291c2bdc29247c292485e
UHC ?@?½?G?H?@?½?G?H^ 00111111010000000011111110101000111101100011111101000111001111110100100000111111010000000011111110101000111101100011111101000111001111110100100001011110 3f403fa8f63f473f483f403fa8f63f473f485e

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