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 0011111100111111010111000011111100111111001111110011111101000001 3f3f5c3f3f3f3f41
SJIS-WIN ティ\ツδ渉修A 1100001110101000010111001100001010000011110000101000111111000010100011110100001101000001 c3a85cc283c28fc28f4341
EUC-JP ティ\ツδ渉修A 1000111011000011100011101010100001011100100011101100001010100110110001001011111011000100101111011010010001000001 8ec38ea85c8ec2a6c4bec4bda441
UTF-8 ティ\ツδ渉修A 11101111101111101000001111101111101111011010100001011100111011111011111010000010110011101011010011100110101110001000100111100100101111111010111001000001 efbe83efbda85cefbe82ceb4e6b889e4bfae41
UHC ??\?δ?修A 00111111001111110101110000111111101001011110010000111111111000011111001101000001 3f3f5c3fa5e43fe1f341

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