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 ’H’@’G’@’G’Y’@‘½ 10010010010010001001001001000000100100100100011110010010010000001001001001000111100100100101100110010010010000001001000110111101 924892409247924092479259924091bd
SJIS-WIN ?H?@?G?@?G?Y?@?? 00111111010010000011111101000000001111110100011100111111010000000011111101000111001111110101100100111111010000000011111100111111 3f483f403f473f403f473f593f403f3f
EUC-JP ?H?@?G?@?G?Y?@?? 00111111010010000011111101000000001111110100011100111111010000000011111101000111001111110101100100111111010000000011111100111111 3f483f403f473f403f473f593f403f3f
UTF-8 ’H’@’G’@’G’Y’@‘½ 11000010100100100100100011000010100100100100000011000010100100100100011111000010100100100100000011000010100100100100011111000010100100100101100111000010100100100100000011000010100100011100001010111101 c29248c29240c29247c29240c29247c29259c29240c291c2bd
UHC ?H?@?G?@?G?Y?@?½ 0011111101001000001111110100000000111111010001110011111101000000001111110100011100111111010110010011111101000000001111111010100011110110 3f483f403f473f403f473f593f403fa8f6

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