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’R’Ae}’H’R’Ae{^ 1001001001001000100100100101001010010010010000010110010101111101100100100100100010010010010100101001001001000001011001010111101101011110 924892529241657d924892529241657b5e
SJIS-WIN ?H?R?Ae}?H?R?Ae{^ 0011111101001000001111110101001000111111010000010110010101111101001111110100100000111111010100100011111101000001011001010111101101011110 3f483f523f41657d3f483f523f41657b5e
EUC-JP ?H?R?Ae}?H?R?Ae{^ 0011111101001000001111110101001000111111010000010110010101111101001111110100100000111111010100100011111101000001011001010111101101011110 3f483f523f41657d3f483f523f41657b5e
UTF-8 ’H’R’Ae}’H’R’Ae{^ 1100001010010010010010001100001010010010010100101100001010010010010000010110010101111101110000101001001001001000110000101001001001010010110000101001001001000001011001010111101101011110 c29248c29252c29241657dc29248c29252c29241657b5e
UHC ?H?R?Ae}?H?R?Ae{^ 0011111101001000001111110101001000111111010000010110010101111101001111110100100000111111010100100011111101000001011001010111101101011110 3f483f523f41657d3f483f523f41657b5e

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