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 —O^êT[—O^êT[^ 10010111010011110101111011101010010101000101101110010111010011110101111011101010010101000101101101011110 974f5eea545b974f5eea545b5e
SJIS-WIN ?O^?T[?O^?T[^ 00111111010011110101111000111111010101000101101100111111010011110101111000111111010101000101101101011110 3f4f5e3f545b3f4f5e3f545b5e
EUC-JP ?O^êT[?O^êT[^ 0011111101001111010111101000111110101011101101000101010001011011001111110100111101011110100011111010101110110100010101000101101101011110 3f4f5e8fabb4545b3f4f5e8fabb4545b5e
UTF-8 —O^êT[—O^êT[^ 1100001010010111010011110101111011000011101010100101010001011011110000101001011101001111010111101100001110101010010101000101101101011110 c2974f5ec3aa545bc2974f5ec3aa545b5e
UHC ?O^?T[?O^?T[^ 00111111010011110101111000111111010101000101101100111111010011110101111000111111010101000101101101011110 3f4f5e3f545b3f4f5e3f545b5e

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