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‘Ÿ‘®[{^ 1001001001001000100100011001111110010001101011100101101101111101100100100100100010010001100111111001000110101110010110110111101101011110 9248919f91ae5b7d9248919f91ae5b7b5e
SJIS-WIN ?H????[}?H????[{^ 0011111101001000001111110011111100111111001111110101101101111101001111110100100000111111001111110011111100111111010110110111101101011110 3f483f3f3f3f5b7d3f483f3f3f3f5b7b5e
EUC-JP ?H???®[}?H???®[{^ 001111110100100000111111001111110011111110001111101000101110111001011011011111010011111101001000001111110011111100111111100011111010001011101110010110110111101101011110 3f483f3f3f8fa2ee5b7d3f483f3f3f8fa2ee5b7b5e
UTF-8 ’H‘Ÿ‘®[}’H‘Ÿ‘®[{^ 110000101001001001001000110000101001000111000010100111111100001010010001110000101010111001011011011111011100001010010010010010001100001010010001110000101001111111000010100100011100001010101110010110110111101101011110 c29248c291c29fc291c2ae5b7dc29248c291c29fc291c2ae5b7b5e
UHC ?H???®[}?H???®[{^ 00111111010010000011111100111111001111111010001011100111010110110111110100111111010010000011111100111111001111111010001011100111010110110111101101011110 3f483f3f3fa2e75b7d3f483f3f3fa2e75b7b5e

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