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 ’J’Y‘³’P’J’Y‘³’N^ 1001001001001010100100100101100110010001101100111001001001010000100100100100101010010010010110011001000110110011100100100100111001011110 924a925991b39250924a925991b3924e5e
SJIS-WIN ?J?Y???P?J?Y???N^ 0011111101001010001111110101100100111111001111110011111101010000001111110100101000111111010110010011111100111111001111110100111001011110 3f4a3f593f3f3f503f4a3f593f3f3f4e5e
EUC-JP ?J?Y???P?J?Y???N^ 0011111101001010001111110101100100111111001111110011111101010000001111110100101000111111010110010011111100111111001111110100111001011110 3f4a3f593f3f3f503f4a3f593f3f3f4e5e
UTF-8 ’J’Y‘³’P’J’Y‘³’N^ 110000101001001001001010110000101001001001011001110000101001000111000010101100111100001010010010010100001100001010010010010010101100001010010010010110011100001010010001110000101011001111000010100100100100111001011110 c2924ac29259c291c2b3c29250c2924ac29259c291c2b3c2924e5e
UHC ?J?Y?³?P?J?Y?³?N^ 00111111010010100011111101011001001111111010100111111000001111110101000000111111010010100011111101011001001111111010100111111000001111110100111001011110 3f4a3f593fa9f83f503f4a3f593fa9f83f4e5e

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