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 ??U}??U{^ 001111110011111101010101011111010011111100111111010101010111101101011110 3f3f557d3f3f557b5e
SJIS-WIN <`U}<`U{^ 10000001100000111000000101001101010101010111110110000001100000111000000101001101010101010111101101011110 8183814d557d8183814d557b5e
EUC-JP <`U}<`U{^ 10100001111000111010000110101110010101010111110110100001111000111010000110101110010101010111101101011110 a1e3a1ae557da1e3a1ae557b5e
UTF-8 <`U}<`U{^ 1110111110111100100111001110111110111101100000000101010101111101111011111011110010011100111011111011110110000000010101010111101101011110 efbc9cefbd80557defbc9cefbd80557b5e
UHC <`U}<`U{^ 10100011101111001010001111100000010101010111110110100011101111001010001111100000010101010111101101011110 a3bca3e0557da3bca3e0557b5e

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