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 ñæ}Yñæ}bE 111100011110011001111101010110011111000111100110011111010110001001000101 f1e67d59f1e67d6245
SJIS-WIN ??}Y??}bE 001111110011111101111101010110010011111100111111011111010110001001000101 3f3f7d593f3f7d6245
EUC-JP ñæ}Yñæ}bE 1000111110101011110100001000111110101001110000010111110101011001100011111010101111010000100011111010100111000001011111010110001001000101 8fabd08fa9c17d598fabd08fa9c17d6245
UTF-8 ñæ}Yñæ}bE 11000011101100011100001110100110011111010101100111000011101100011100001110100110011111010110001001000101 c3b1c3a67d59c3b1c3a67d6245
UHC ?æ}Y?æ}bE 0011111110101001101000010111110101011001001111111010100110100001011111010110001001000101 3fa9a17d593fa9a17d6245

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