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 —~šæD—~šæD^ 1001011101111110100110101110011001000100100101110111111010011010111001100100010001011110 977e9ae644977e9ae6445e
SJIS-WIN ?~??D?~??D^ 0011111101111110001111110011111101000100001111110111111000111111001111110100010001011110 3f7e3f3f443f7e3f3f445e
EUC-JP ?~?æD?~?æD^ 001111110111111000111111100011111010100111000001010001000011111101111110001111111000111110101001110000010100010001011110 3f7e3f8fa9c1443f7e3f8fa9c1445e
UTF-8 —~šæD—~šæD^ 1100001010010111011111101100001010011010110000111010011001000100110000101001011101111110110000101001101011000011101001100100010001011110 c2977ec29ac3a644c2977ec29ac3a6445e
UHC ?~?æD?~?æD^ 00111111011111100011111110101001101000010100010000111111011111100011111110101001101000010100010001011110 3f7e3fa9a1443f7e3fa9a1445e

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