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 ’AWD’AWD^ 1100001010010010010000010101011101000100110000101001001001000001010101110100010001011110 c292415744c2924157445e
SJIS-WIN ??AWD??AWD^ 0011111100111111010000010101011101000100001111110011111101000001010101110100010001011110 3f3f4157443f3f4157445e
EUC-JP Â?AWDÂ?AWD^ 100011111010101010100100001111110100000101010111010001001000111110101010101001000011111101000001010101110100010001011110 8faaa43f4157448faaa43f4157445e
UTF-8 ’AWD’AWD^ 110000111000001011000010100100100100000101010111010001001100001110000010110000101001001001000001010101110100010001011110 c382c292415744c382c2924157445e
UHC ??AWD??AWD^ 0011111100111111010000010101011101000100001111110011111101000001010101110100010001011110 3f3f4157443f3f4157445e

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