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 ?l?^}?l?^{^ 0011111101101100001111110101111001111101001111110110110000111111010111100111101101011110 3f6c3f5e7d3f6c3f5e7b5e
SJIS-WIN ?l?^}?l?^{^ 0011111101101100001111110101111001111101001111110110110000111111010111100111101101011110 3f6c3f5e7d3f6c3f5e7b5e
EUC-JP ?l?^}?l?^{^ 0011111101101100001111110101111001111101001111110110110000111111010111100111101101011110 3f6c3f5e7d3f6c3f5e7b5e
UTF-8 혖l혖^}혖l혖^{^ 11101101100110001001011001101100111011011001100010010110010111100111110111101101100110001001011001101100111011011001100010010110010111100111101101011110 ed98966ced98965e7ded98966ced98965e7b5e
UHC 혖l혖^}혖l혖^{^ 110000101000000101101100110000101000000101011110011111011100001010000001011011001100001010000001010111100111101101011110 c2816cc2815e7dc2816cc2815e7b5e

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