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 テサツケテサツケ^ 110000111011101111000010101110011100001110111011110000101011100101011110 c3bbc2b9c3bbc2b95e
EUC-JP テサツケテサツケ^ 1000111011000011100011101011101110001110110000101000111010111001100011101100001110001110101110111000111011000010100011101011100101011110 8ec38ebb8ec28eb98ec38ebb8ec28eb95e
UTF-8 テサツケテサツケ^ 11101111101111101000001111101111101111011011101111101111101111101000001011101111101111011011100111101111101111101000001111101111101111011011101111101111101111101000001011101111101111011011100101011110 efbe83efbdbbefbe82efbdb9efbe83efbdbbefbe82efbdb95e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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