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 ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
SJIS-WIN ?ー?ャ?ー?ャ^ 001111111011000000111111101011000011111110110000001111111010110001011110 3fb03fac3fb03fac5e
EUC-JP ?ー?ャ?ー?ャ^ 00111111100011101011000000111111100011101010110000111111100011101011000000111111100011101010110001011110 3f8eb03f8eac3f8eb03f8eac5e
UTF-8 ーャーャ^ 11101110101111001011110111101111101111011011000011101110101111001011001111101111101111011010110011101110101111001011110111101111101111011011000011101110101111001011001111101111101111011010110001011110 eebcbdefbdb0eebcb3efbdaceebcbdefbdb0eebcb3efbdac5e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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