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 ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
SJIS-WIN ツーツエツーツエ^ 110000101011000011000010101101001100001010110000110000101011010001011110 c2b0c2b4c2b0c2b45e
EUC-JP ツーツエツーツエ^ 1000111011000010100011101011000010001110110000101000111010110100100011101100001010001110101100001000111011000010100011101011010001011110 8ec28eb08ec28eb48ec28eb08ec28eb45e
UTF-8 ツーツエツーツエ^ 11101111101111101000001011101111101111011011000011101111101111101000001011101111101111011011010011101111101111101000001011101111101111011011000011101111101111101000001011101111101111011011010001011110 efbe82efbdb0efbe82efbdb4efbe82efbdb0efbe82efbdb45e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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