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 ¬vn}¬vn{^ 10000001101011001000000101110110011011100111110110000001101011001000000101110110011011100111101101011110 81ac81766e7d81ac81766e7b5e
SJIS-WIN ?¬?vn}?¬?vn{^ 001111111000000111001010001111110111011001101110011111010011111110000001110010100011111101110110011011100111101101011110 3f81ca3f766e7d3f81ca3f766e7b5e
EUC-JP ?¬?vn}?¬?vn{^ 001111111010001011001100001111110111011001101110011111010011111110100010110011000011111101110110011011100111101101011110 3fa2cc3f766e7d3fa2cc3f766e7b5e
UTF-8 ¬vn}¬vn{^ 11000010100000011100001010101100110000101000000101110110011011100111110111000010100000011100001010101100110000101000000101110110011011100111101101011110 c281c2acc281766e7dc281c2acc281766e7b5e
UHC ???vn}???vn{^ 00111111001111110011111101110110011011100111110100111111001111110011111101110110011011100111101101011110 3f3f3f766e7d3f3f3f766e7b5e

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