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 äÒ}äÒ{^ 100011111110010011010010011111011000111111100100110100100111101101011110 8fe4d27d8fe4d27b5e
SJIS-WIN ???}???{^ 001111110011111100111111011111010011111100111111001111110111101101011110 3f3f3f7d3f3f3f7b5e
EUC-JP ?äÒ}?äÒ{^ 0011111110001111101010111010001110001111101010101101001001111101001111111000111110101011101000111000111110101010110100100111101101011110 3f8faba38faad27d3f8faba38faad27b5e
UTF-8 äÒ}äÒ{^ 110000101000111111000011101001001100001110010010011111011100001010001111110000111010010011000011100100100111101101011110 c28fc3a4c3927dc28fc3a4c3927b5e
UHC ???}???{^ 001111110011111100111111011111010011111100111111001111110111101101011110 3f3f3f7d3f3f3f7b5e

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