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‘Ÿ‘±^{^ 1001001001001000100100011001111110010001101100010101111001111101100100100100100010010001100111111001000110110001010111100111101101011110 9248919f91b15e7d9248919f91b15e7b5e
SJIS-WIN ?H???±^}?H???±^{^ 00111111010010000011111100111111001111111000000101111101010111100111110100111111010010000011111100111111001111111000000101111101010111100111101101011110 3f483f3f3f817d5e7d3f483f3f3f817d5e7b5e
EUC-JP ?H???±^}?H???±^{^ 00111111010010000011111100111111001111111010000111011110010111100111110100111111010010000011111100111111001111111010000111011110010111100111101101011110 3f483f3f3fa1de5e7d3f483f3f3fa1de5e7b5e
UTF-8 ’H‘Ÿ‘±^}’H‘Ÿ‘±^{^ 110000101001001001001000110000101001000111000010100111111100001010010001110000101011000101011110011111011100001010010010010010001100001010010001110000101001111111000010100100011100001010110001010111100111101101011110 c29248c291c29fc291c2b15e7dc29248c291c29fc291c2b15e7b5e
UHC ?H???±^}?H???±^{^ 00111111010010000011111100111111001111111010000110111110010111100111110100111111010010000011111100111111001111111010000110111110010111100111101101011110 3f483f3f3fa1be5e7d3f483f3f3fa1be5e7b5e

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