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 ’Y‘²‘¨@~’Y‘²‘¨@ 100100100101100110010001101100101001000110101000010000000111111010010010010110011001000110110010100100011010100001000000 925991b291a8407e925991b291a840
SJIS-WIN ?Y???¨@~?Y???¨@ 0011111101011001001111110011111100111111100000010100111001000000011111100011111101011001001111110011111100111111100000010100111001000000 3f593f3f3f814e407e3f593f3f3f814e40
EUC-JP ?Y???¨@~?Y???¨@ 0011111101011001001111110011111100111111101000011010111101000000011111100011111101011001001111110011111100111111101000011010111101000000 3f593f3f3fa1af407e3f593f3f3fa1af40
UTF-8 ’Y‘²‘¨@~’Y‘²‘¨@ 11000010100100100101100111000010100100011100001010110010110000101001000111000010101010000100000001111110110000101001001001011001110000101001000111000010101100101100001010010001110000101010100001000000 c29259c291c2b2c291c2a8407ec29259c291c2b2c291c2a840
UHC ?Y?²?¨@~?Y?²?¨@ 00111111010110010011111110101001111101110011111110100001101001110100000001111110001111110101100100111111101010011111011100111111101000011010011101000000 3f593fa9f73fa1a7407e3f593fa9f73fa1a740

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