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’P‘¸’H‘±‘® 100100100100010010010010010100001001000110111000100100100100100010010001101100011001000110101110 9244925091b8924891b191ae
SJIS-WIN ?D?P???H?±?? 00111111010001000011111101010000001111110011111100111111010010000011111110000001011111010011111100111111 3f443f503f3f3f483f817d3f3f
EUC-JP ?D?P?¸?H?±?® 0011111101000100001111110101000000111111100011111010001010110001001111110100100000111111101000011101111000111111100011111010001011101110 3f443f503f8fa2b13f483fa1de3f8fa2ee
UTF-8 ’D’P‘¸’H‘±‘® 110000101001001001000100110000101001001001010000110000101001000111000010101110001100001010010010010010001100001010010001110000101011000111000010100100011100001010101110 c29244c29250c291c2b8c29248c291c2b1c291c2ae
UHC ?D?P?¸?H?±?® 001111110100010000111111010100000011111110100010101011000011111101001000001111111010000110111110001111111010001011100111 3f443f503fa2ac3f483fa1be3fa2e7

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