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 ’D^B}v’D^B}vB 10010010010001000101111001000010011111010111011010010010010001000101111001000010011111010111011001000010 92445e427d7692445e427d7642
SJIS-WIN ?D^B}v?D^B}vB 00111111010001000101111001000010011111010111011000111111010001000101111001000010011111010111011001000010 3f445e427d763f445e427d7642
EUC-JP ?D^B}v?D^B}vB 00111111010001000101111001000010011111010111011000111111010001000101111001000010011111010111011001000010 3f445e427d763f445e427d7642
UTF-8 ’D^B}v’D^B}vB 110000101001001001000100010111100100001001111101011101101100001010010010010001000101111001000010011111010111011001000010 c292445e427d76c292445e427d7642
UHC ?D^B}v?D^B}vB 00111111010001000101111001000010011111010111011000111111010001000101111001000010011111010111011001000010 3f445e427d763f445e427d7642

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