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‘®‘Ÿ}’H‘®‘Ÿ{^ 100100100100100010010001101011101001000110011111011111011001001001001000100100011010111010010001100111110111101101011110 924891ae919f7d924891ae919f7b5e
SJIS-WIN ?H????}?H????{^ 001111110100100000111111001111110011111100111111011111010011111101001000001111110011111100111111001111110111101101011110 3f483f3f3f3f7d3f483f3f3f3f7b5e
EUC-JP ?H?®??}?H?®??{^ 00111111010010000011111110001111101000101110111000111111001111110111110100111111010010000011111110001111101000101110111000111111001111110111101101011110 3f483f8fa2ee3f3f7d3f483f8fa2ee3f3f7b5e
UTF-8 ’H‘®‘Ÿ}’H‘®‘Ÿ{^ 11000010100100100100100011000010100100011100001010101110110000101001000111000010100111110111110111000010100100100100100011000010100100011100001010101110110000101001000111000010100111110111101101011110 c29248c291c2aec291c29f7dc29248c291c2aec291c29f7b5e
UHC ?H?®??}?H?®??{^ 0011111101001000001111111010001011100111001111110011111101111101001111110100100000111111101000101110011100111111001111110111101101011110 3f483fa2e73f3f7d3f483fa2e73f3f7b5e

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