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 亞拙\}亞拙\{^ 10011000101100011001000011011001010111000111110110011000101100011001000011011001010111000111101101011110 98b190d95c7d98b190d95c7b5e
EUC-JP 亞拙\}亞拙\{^ 11010000101100111100000011011011010111000111110111010000101100111100000011011011010111000111101101011110 d0b3c0db5c7dd0b3c0db5c7b5e
UTF-8 亞拙\}亞拙\{^ 1110010010111010100111101110011010001011100110010101110001111101111001001011101010011110111001101000101110011001010111000111101101011110 e4ba9ee68b995c7de4ba9ee68b995c7b5e
UHC 亞拙\}亞拙\{^ 11100100101011001111000011110000010111000111110111100100101011001111000011110000010111000111101101011110 e4acf0f05c7de4acf0f05c7b5e

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