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Ÿ÷—œbE 1001111111110111100101111001110001011001100111111111011110010111100111000110001001000101 9ff7979c599ff7979c6245
SJIS-WIN ?÷??Y?÷??bE 00111111100000011000000000111111001111110101100100111111100000011000000000111111001111110110001001000101 3f81803f3f593f81803f3f6245
EUC-JP ?÷??Y?÷??bE 00111111101000011110000000111111001111110101100100111111101000011110000000111111001111110110001001000101 3fa1e03f3f593fa1e03f3f6245
UTF-8 Ÿ÷—œYŸ÷—œbE 11000010100111111100001110110111110000101001011111000010100111000101100111000010100111111100001110110111110000101001011111000010100111000110001001000101 c29fc3b7c297c29c59c29fc3b7c297c29c6245
UHC ?÷??Y?÷??bE 00111111101000011100000000111111001111110101100100111111101000011100000000111111001111110110001001000101 3fa1c03f3f593fa1c03f3f6245

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