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^ 001111110011111100111111011110000011111100111111001111110111100001011110 3f3f3f783f3f3f785e
SJIS-WIN テδァxテδァx^ 1100001110000011110000101010011101111000110000111000001111000010101001110111100001011110 c383c2a778c383c2a7785e
EUC-JP テδァxテδァx^ 100011101100001110100110110001001000111010100111011110001000111011000011101001101100010010001110101001110111100001011110 8ec3a6c48ea7788ec3a6c48ea7785e
UTF-8 テδァxテδァx^ 11101111101111101000001111001110101101001110111110111101101001110111100011101111101111101000001111001110101101001110111110111101101001110111100001011110 efbe83ceb4efbda778efbe83ceb4efbda7785e
UHC ?δ?x?δ?x^ 0011111110100101111001000011111101111000001111111010010111100100001111110111100001011110 3fa5e43f783fa5e43f785e

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