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’Y’G’Z’G’Y’G’Z^ 1001001001000111100100100101100110010010010001111001001001011010100100100100011110010010010110011001001001000111100100100101101001011110 924792599247925a924792599247925a5e
SJIS-WIN ?G?Y?G?Z?G?Y?G?Z^ 0011111101000111001111110101100100111111010001110011111101011010001111110100011100111111010110010011111101000111001111110101101001011110 3f473f593f473f5a3f473f593f473f5a5e
EUC-JP ?G?Y?G?Z?G?Y?G?Z^ 0011111101000111001111110101100100111111010001110011111101011010001111110100011100111111010110010011111101000111001111110101101001011110 3f473f593f473f5a3f473f593f473f5a5e
UTF-8 ’G’Y’G’Z’G’Y’G’Z^ 11000010100100100100011111000010100100100101100111000010100100100100011111000010100100100101101011000010100100100100011111000010100100100101100111000010100100100100011111000010100100100101101001011110 c29247c29259c29247c2925ac29247c29259c29247c2925a5e
UHC ?G?Y?G?Z?G?Y?G?Z^ 0011111101000111001111110101100100111111010001110011111101011010001111110100011100111111010110010011111101000111001111110101101001011110 3f473f593f473f5a3f473f593f473f5a5e

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