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 ‰tˆ¾\n}‰tˆ¾\n{^ 100010010111010010001000101111100101110001101110011111011000100101110100100010001011111001011100011011100111101101011110 897488be5c6e7d897488be5c6e7b5e
SJIS-WIN ?t??\n}?t??\n{^ 001111110111010000111111001111110101110001101110011111010011111101110100001111110011111101011100011011100111101101011110 3f743f3f5c6e7d3f743f3f5c6e7b5e
EUC-JP ?t??\n}?t??\n{^ 001111110111010000111111001111110101110001101110011111010011111101110100001111110011111101011100011011100111101101011110 3f743f3f5c6e7d3f743f3f5c6e7b5e
UTF-8 ‰tˆ¾\n}‰tˆ¾\n{^ 110000101000100101110100110000101000100011000010101111100101110001101110011111011100001010001001011101001100001010001000110000101011111001011100011011100111101101011110 c28974c288c2be5c6e7dc28974c288c2be5c6e7b5e
UHC ?t?¾\n}?t?¾\n{^ 0011111101110100001111111010100011111010010111000110111001111101001111110111010000111111101010001111101001011100011011100111101101011110 3f743fa8fa5c6e7d3f743fa8fa5c6e7b5e

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