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 ’H’Jn}v’H’Jn}vB 100100100100100010010010010010100110111001111101011101101001001001001000100100100100101001101110011111010111011001000010 9248924a6e7d769248924a6e7d7642
SJIS-WIN ?H?Jn}v?H?Jn}vB 001111110100100000111111010010100110111001111101011101100011111101001000001111110100101001101110011111010111011001000010 3f483f4a6e7d763f483f4a6e7d7642
EUC-JP ?H?Jn}v?H?Jn}vB 001111110100100000111111010010100110111001111101011101100011111101001000001111110100101001101110011111010111011001000010 3f483f4a6e7d763f483f4a6e7d7642
UTF-8 ’H’Jn}v’H’Jn}vB 11000010100100100100100011000010100100100100101001101110011111010111011011000010100100100100100011000010100100100100101001101110011111010111011001000010 c29248c2924a6e7d76c29248c2924a6e7d7642
UHC ?H?Jn}v?H?Jn}vB 001111110100100000111111010010100110111001111101011101100011111101001000001111110100101001101110011111010111011001000010 3f483f4a6e7d763f483f4a6e7d7642

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