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 ’GŸ•z’GŸ•zB 1001001001000111100111111001010101111010100100100100011110011111100101010111101001000010 92479f957a92479f957a42
SJIS-WIN ?G??z?G??zB 0011111101000111001111110011111101111010001111110100011100111111001111110111101001000010 3f473f3f7a3f473f3f7a42
EUC-JP ?G??z?G??zB 0011111101000111001111110011111101111010001111110100011100111111001111110111101001000010 3f473f3f7a3f473f3f7a42
UTF-8 ’GŸ•z’GŸ•zB 1100001010010010010001111100001010011111110000101001010101111010110000101001001001000111110000101001111111000010100101010111101001000010 c29247c29fc2957ac29247c29fc2957a42
UHC ?G??z?G??zB 0011111101000111001111110011111101111010001111110100011100111111001111110111101001000010 3f473f3f7a3f473f3f7a42

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