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çt\n}èTçt\n{^ 111010000101010011100111011101000101110001101110011111011110100001010100111001110111010001011100011011100111101101011110 e854e7745c6e7de854e7745c6e7b5e
SJIS-WIN ?T?t\n}?T?t\n{^ 001111110101010000111111011101000101110001101110011111010011111101010100001111110111010001011100011011100111101101011110 3f543f745c6e7d3f543f745c6e7b5e
EUC-JP èTçt\n}èTçt\n{^ 1000111110101011101100100101010010001111101010111010111001110100010111000110111001111101100011111010101110110010010101001000111110101011101011100111010001011100011011100111101101011110 8fabb2548fabae745c6e7d8fabb2548fabae745c6e7b5e
UTF-8 èTçt\n}èTçt\n{^ 11000011101010000101010011000011101001110111010001011100011011100111110111000011101010000101010011000011101001110111010001011100011011100111101101011110 c3a854c3a7745c6e7dc3a854c3a7745c6e7b5e
UHC ?T?t\n}?T?t\n{^ 001111110101010000111111011101000101110001101110011111010011111101010100001111110111010001011100011011100111101101011110 3f543f745c6e7d3f543f745c6e7b5e

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