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±ÂD^ 100011111011000111000010010001001000111110110001110000100100010001011110 8fb1c2448fb1c2445e
SJIS-WIN ?±?D?±?D^ 0011111110000001011111010011111101000100001111111000000101111101001111110100010001011110 3f817d3f443f817d3f445e
EUC-JP ?±ÂD?±ÂD^ 001111111010000111011110100011111010101010100100010001000011111110100001110111101000111110101010101001000100010001011110 3fa1de8faaa4443fa1de8faaa4445e
UTF-8 ±ÂD±ÂD^ 110000101000111111000010101100011100001110000010010001001100001010001111110000101011000111000011100000100100010001011110 c28fc2b1c38244c28fc2b1c382445e
UHC ?±?D?±?D^ 0011111110100001101111100011111101000100001111111010000110111110001111110100010001011110 3fa1be3f443fa1be3f445e

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