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 ’DL’DL[’DL’DL[^ 100100100100010001001100100100100100010001001100010110111001001001000100010011001001001001000100010011000101101101011110 92444c92444c5b92444c92444c5b5e
SJIS-WIN ?DL?DL[?DL?DL[^ 001111110100010001001100001111110100010001001100010110110011111101000100010011000011111101000100010011000101101101011110 3f444c3f444c5b3f444c3f444c5b5e
EUC-JP ?DL?DL[?DL?DL[^ 001111110100010001001100001111110100010001001100010110110011111101000100010011000011111101000100010011000101101101011110 3f444c3f444c5b3f444c3f444c5b5e
UTF-8 ’DL’DL[’DL’DL[^ 11000010100100100100010001001100110000101001001001000100010011000101101111000010100100100100010001001100110000101001001001000100010011000101101101011110 c292444cc292444c5bc292444cc292444c5b5e
UHC ?DL?DL[?DL?DL[^ 001111110100010001001100001111110100010001001100010110110011111101000100010011000011111101000100010011000101101101011110 3f444c3f444c5b3f444c3f444c5b5e

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