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 ???}???{^ 001111110011111100111111011111010011111100111111001111110111101101011110 3f3f3f7d3f3f3f7b5e
SJIS-WIN ソ獺ソ}ソ獺ソ{^ 1011111111100000110110101011111101111101101111111110000011011010101111110111101101011110 bfe0dabf7dbfe0dabf7b5e
EUC-JP ソ獺ソ}ソ獺ソ{^ 100011101011111111100000110111001000111010111111011111011000111010111111111000001101110010001110101111110111101101011110 8ebfe0dc8ebf7d8ebfe0dc8ebf7b5e
UTF-8 ソ獺ソ}ソ獺ソ{^ 111011111011110110111111111001111000110110111010111011111011110110111111011111011110111110111101101111111110011110001101101110101110111110111101101111110111101101011110 efbdbfe78dbaefbdbf7defbdbfe78dbaefbdbf7b5e
UHC ?獺?}?獺?{^ 0011111111010011101101110011111101111101001111111101001110110111001111110111101101011110 3fd3b73f7d3fd3b73f7b5e

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