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’Z^R’T’Z^o’T’Z^]^ 10010010010101001001001001011010010111100101001010010010010101001001001001011010010111100110111110010010010101001001001001011010010111100101110101011110 9254925a5e529254925a5e6f9254925a5e5d5e
SJIS-WIN ?T?Z^R?T?Z^o?T?Z^]^ 00111111010101000011111101011010010111100101001000111111010101000011111101011010010111100110111100111111010101000011111101011010010111100101110101011110 3f543f5a5e523f543f5a5e6f3f543f5a5e5d5e
EUC-JP ?T?Z^R?T?Z^o?T?Z^]^ 00111111010101000011111101011010010111100101001000111111010101000011111101011010010111100110111100111111010101000011111101011010010111100101110101011110 3f543f5a5e523f543f5a5e6f3f543f5a5e5d5e
UTF-8 ’T’Z^R’T’Z^o’T’Z^]^ 11000010100100100101010011000010100100100101101001011110010100101100001010010010010101001100001010010010010110100101111001101111110000101001001001010100110000101001001001011010010111100101110101011110 c29254c2925a5e52c29254c2925a5e6fc29254c2925a5e5d5e
UHC ?T?Z^R?T?Z^o?T?Z^]^ 00111111010101000011111101011010010111100101001000111111010101000011111101011010010111100110111100111111010101000011111101011010010111100101110101011110 3f543f5a5e523f543f5a5e6f3f543f5a5e5d5e

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