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^ 1111000010101000100011101010111101000100111100001010100010001110101011110100010001011110 f0a88eaf44f0a88eaf445e
SJIS-WIN ?¨??D?¨??D^ 00111111100000010100111000111111001111110100010000111111100000010100111000111111001111110100010001011110 3f814e3f3f443f814e3f3f445e
EUC-JP �D�D^ 100011111010100111000011101000011010111100111111100011111010001010110100010001001000111110101001110000111010000110101111001111111000111110100010101101000100010001011110 8fa9c3a1af3f8fa2b4448fa9c3a1af3f8fa2b4445e
UTF-8 𨎯D𨎯D^ 11000011101100001100001010101000110000101000111011000010101011110100010011000011101100001100001010101000110000101000111011000010101011110100010001011110 c3b0c2a8c28ec2af44c3b0c2a8c28ec2af445e
UHC ð¨??Dð¨??D^ 101010011010001110100001101001110011111100111111010001001010100110100011101000011010011100111111001111110100010001011110 a9a3a1a73f3f44a9a3a1a73f3f445e

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