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{^ 101110101101010001101110011111011011101011010100011011100111101101011110 bad46e7dbad46e7b5e
SJIS-WIN ??n}??n{^ 001111110011111101101110011111010011111100111111011011100111101101011110 3f3f6e7d3f3f6e7b5e
EUC-JP ºÔn}ºÔn{^ 1000111110100010111010111000111110101010110101000110111001111101100011111010001011101011100011111010101011010100011011100111101101011110 8fa2eb8faad46e7d8fa2eb8faad46e7b5e
UTF-8 ºÔn}ºÔn{^ 11000010101110101100001110010100011011100111110111000010101110101100001110010100011011100111101101011110 c2bac3946e7dc2bac3946e7b5e
UHC º?n}º?n{^ 1010100010101100001111110110111001111101101010001010110000111111011011100111101101011110 a8ac3f6e7da8ac3f6e7b5e

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