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 àÛâàÛâ^ 111000001101101111100010100100001110000011011011111000101001000001011110 e0dbe290e0dbe2905e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP àÛâ?àÛâ?^ 100011111010101110100010100011111010101011100101100011111010101110100100001111111000111110101011101000101000111110101010111001011000111110101011101001000011111101011110 8faba28faae58faba43f8faba28faae58faba43f5e
UTF-8 àÛâàÛâ^ 1100001110100000110000111001101111000011101000101100001010010000110000111010000011000011100110111100001110100010110000101001000001011110 c3a0c39bc3a2c290c3a0c39bc3a2c2905e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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