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 ’Er’Ae}’Er’Ae{^ 100100100100010101110010100100100100000101100101011111011001001001000101011100101001001001000001011001010111101101011110 9245729241657d9245729241657b5e
SJIS-WIN ?Er?Ae}?Er?Ae{^ 001111110100010101110010001111110100000101100101011111010011111101000101011100100011111101000001011001010111101101011110 3f45723f41657d3f45723f41657b5e
EUC-JP ?Er?Ae}?Er?Ae{^ 001111110100010101110010001111110100000101100101011111010011111101000101011100100011111101000001011001010111101101011110 3f45723f41657d3f45723f41657b5e
UTF-8 ’Er’Ae}’Er’Ae{^ 11000010100100100100010101110010110000101001001001000001011001010111110111000010100100100100010101110010110000101001001001000001011001010111101101011110 c2924572c29241657dc2924572c29241657b5e
UHC ?Er?Ae}?Er?Ae{^ 001111110100010101110010001111110100000101100101011111010011111101000101011100100011111101000001011001010111101101011110 3f45723f41657d3f45723f41657b5e

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