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 ’D^’Bt}’D^’Bt{^ 100100100100010001011110100100100100001001110100011111011001001001000100010111101001001001000010011101000111101101011110 92445e9242747d92445e9242747b5e
SJIS-WIN ?D^?Bt}?D^?Bt{^ 001111110100010001011110001111110100001001110100011111010011111101000100010111100011111101000010011101000111101101011110 3f445e3f42747d3f445e3f42747b5e
EUC-JP ?D^?Bt}?D^?Bt{^ 001111110100010001011110001111110100001001110100011111010011111101000100010111100011111101000010011101000111101101011110 3f445e3f42747d3f445e3f42747b5e
UTF-8 ’D^’Bt}’D^’Bt{^ 11000010100100100100010001011110110000101001001001000010011101000111110111000010100100100100010001011110110000101001001001000010011101000111101101011110 c292445ec29242747dc292445ec29242747b5e
UHC ?D^?Bt}?D^?Bt{^ 001111110100010001011110001111110100001001110100011111010011111101000100010111100011111101000010011101000111101101011110 3f445e3f42747d3f445e3f42747b5e

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