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 ÖüBÚÛÖüBÚÙ^ 1101011011111100010000101101101011011011110101101111110001000010110110101101100101011110 d6fc42dadbd6fc42dad95e
SJIS-WIN ??B????B??^ 0011111100111111010000100011111100111111001111110011111101000010001111110011111101011110 3f3f423f3f3f3f423f3f5e
EUC-JP ÖüBÚÛÖüBÚÙ^ 100011111010101011010011100011111010101111100100010000101000111110101010111000101000111110101010111001011000111110101010110100111000111110101011111001000100001010001111101010101110001010001111101010101110001101011110 8faad38fabe4428faae28faae58faad38fabe4428faae28faae35e
UTF-8 ÖüBÚÛÖüBÚÙ^ 11000011100101101100001110111100010000101100001110011010110000111001101111000011100101101100001110111100010000101100001110011010110000111001100101011110 c396c3bc42c39ac39bc396c3bc42c39ac3995e
UHC ??B????B??^ 0011111100111111010000100011111100111111001111110011111101000010001111110011111101011110 3f3f423f3f3f3f423f3f5e

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