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^k}\}’T’Z^k}\{^ 10010010010101001001001001011010010111100110101101111101010111000111110110010010010101001001001001011010010111100110101101111101010111000111101101011110 9254925a5e6b7d5c7d9254925a5e6b7d5c7b5e
SJIS-WIN ?T?Z^k}\}?T?Z^k}\{^ 00111111010101000011111101011010010111100110101101111101010111000111110100111111010101000011111101011010010111100110101101111101010111000111101101011110 3f543f5a5e6b7d5c7d3f543f5a5e6b7d5c7b5e
EUC-JP ?T?Z^k}\}?T?Z^k}\{^ 00111111010101000011111101011010010111100110101101111101010111000111110100111111010101000011111101011010010111100110101101111101010111000111101101011110 3f543f5a5e6b7d5c7d3f543f5a5e6b7d5c7b5e
UTF-8 ’T’Z^k}\}’T’Z^k}\{^ 1100001010010010010101001100001010010010010110100101111001101011011111010101110001111101110000101001001001010100110000101001001001011010010111100110101101111101010111000111101101011110 c29254c2925a5e6b7d5c7dc29254c2925a5e6b7d5c7b5e
UHC ?T?Z^k}\}?T?Z^k}\{^ 00111111010101000011111101011010010111100110101101111101010111000111110100111111010101000011111101011010010111100110101101111101010111000111101101011110 3f543f5a5e6b7d5c7d3f543f5a5e6b7d5c7b5e

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