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 áÛâN[áÛâN[^ 1110000111011011111000100100111001011011111000011101101111100010010011100101101101011110 e1dbe24e5be1dbe24e5b5e
SJIS-WIN ???N[???N[^ 0011111100111111001111110100111001011011001111110011111100111111010011100101101101011110 3f3f3f4e5b3f3f3f4e5b5e
EUC-JP áÛâN[áÛâN[^ 1000111110101011101000011000111110101010111001011000111110101011101001000100111001011011100011111010101110100001100011111010101011100101100011111010101110100100010011100101101101011110 8faba18faae58faba44e5b8faba18faae58faba44e5b5e
UTF-8 áÛâN[áÛâN[^ 1100001110100001110000111001101111000011101000100100111001011011110000111010000111000011100110111100001110100010010011100101101101011110 c3a1c39bc3a24e5bc3a1c39bc3a24e5b5e
UHC ???N[???N[^ 0011111100111111001111110100111001011011001111110011111100111111010011100101101101011110 3f3f3f4e5b3f3f3f4e5b5e

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