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 ?a?N?a?N^ 001111110110000100111111010011100011111101100001001111110100111001011110 3f613f4e3f613f4e5e
SJIS-WIN 但a但N但a但N^ 10010010010000010110000110010010010000010100111010010010010000010110000110010010010000010100111001011110 92416192414e92416192414e5e
EUC-JP 但a但N但a但N^ 11000011101000100110000111000011101000100100111011000011101000100110000111000011101000100100111001011110 c3a261c3a24ec3a261c3a24e5e
UTF-8 但a但N但a但N^ 1110010010111101100001100110000111100100101111011000011001001110111001001011110110000110011000011110010010111101100001100100111001011110 e4bd8661e4bd864ee4bd8661e4bd864e5e
UHC 但a但N但a但N^ 11010011101000110110000111010011101000110100111011010011101000110110000111010011101000110100111001011110 d3a361d3a34ed3a361d3a34e5e

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