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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
SJIS-WIN ′′\}′′\{^ 10000001100011001000000110001100010111000111110110000001100011001000000110001100010111000111101101011110 818c818c5c7d818c818c5c7b5e
EUC-JP ′′\}′′\{^ 10100001111011001010000111101100010111000111110110100001111011001010000111101100010111000111101101011110 a1eca1ec5c7da1eca1ec5c7b5e
UTF-8 ′′\}′′\{^ 1110001010000000101100101110001010000000101100100101110001111101111000101000000010110010111000101000000010110010010111000111101101011110 e280b2e280b25c7de280b2e280b25c7b5e
UHC ′′\}′′\{^ 10100001110001111010000111000111010111000111110110100001110001111010000111000111010111000111101101011110 a1c7a1c75c7da1c7a1c75c7b5e

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