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‘²‘¨Nh 100100100101100110010001101100101001000110101000010000001001001001011001100100011011001010010001101010000100111001101000 925991b291a840925991b291a84e68
SJIS-WIN ?Y???¨@?Y???¨Nh 0011111101011001001111110011111100111111100000010100111001000000001111110101100100111111001111110011111110000001010011100100111001101000 3f593f3f3f814e403f593f3f3f814e4e68
EUC-JP ?Y???¨@?Y???¨Nh 0011111101011001001111110011111100111111101000011010111101000000001111110101100100111111001111110011111110100001101011110100111001101000 3f593f3f3fa1af403f593f3f3fa1af4e68
UTF-8 ’Y‘²‘¨@’Y‘²‘¨Nh 11000010100100100101100111000010100100011100001010110010110000101001000111000010101010000100000011000010100100100101100111000010100100011100001010110010110000101001000111000010101010000100111001101000 c29259c291c2b2c291c2a840c29259c291c2b2c291c2a84e68
UHC ?Y?²?¨@?Y?²?¨Nh 00111111010110010011111110101001111101110011111110100001101001110100000000111111010110010011111110101001111101110011111110100001101001110100111001101000 3f593fa9f73fa1a7403f593fa9f73fa1a74e68

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