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 šX^šX^[šX^šX^[^ 100110100101100001011110100110100101100001011110010110111001101001011000010111101001101001011000010111100101101101011110 9a585e9a585e5b9a585e9a585e5b5e
SJIS-WIN ?X^?X^[?X^?X^[^ 001111110101100001011110001111110101100001011110010110110011111101011000010111100011111101011000010111100101101101011110 3f585e3f585e5b3f585e3f585e5b5e
EUC-JP ?X^?X^[?X^?X^[^ 001111110101100001011110001111110101100001011110010110110011111101011000010111100011111101011000010111100101101101011110 3f585e3f585e5b3f585e3f585e5b5e
UTF-8 šX^šX^[šX^šX^[^ 11000010100110100101100001011110110000101001101001011000010111100101101111000010100110100101100001011110110000101001101001011000010111100101101101011110 c29a585ec29a585e5bc29a585ec29a585e5b5e
UHC ?X^?X^[?X^?X^[^ 001111110101100001011110001111110101100001011110010110110011111101011000010111100011111101011000010111100101101101011110 3f585e3f585e5b3f585e3f585e5b5e

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