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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
SJIS-WIN 海?\}海?\{^ 1000101001000011001111110101110001111101100010100100001100111111010111000111101101011110 8a433f5c7d8a433f5c7b5e
EUC-JP 海?\}海?\{^ 1011001110100100001111110101110001111101101100111010010000111111010111000111101101011110 b3a43f5c7db3a43f5c7b5e
UTF-8 海렭\}海렭\{^ 1110011010110101101101111110101110100000101011010101110001111101111001101011010110110111111010111010000010101101010111000111101101011110 e6b5b7eba0ad5c7de6b5b7eba0ad5c7b5e
UHC 海렭\}海렭\{^ 11111010101011011000111010111010010111000111110111111010101011011000111010111010010111000111101101011110 faad8eba5c7dfaad8eba5c7b5e

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