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 ëæ¥nDëæ¥nD^ 1110101111100110101001010110111001000100111010111110011010100101011011100100010001011110 ebe6a56e44ebe6a56e445e
SJIS-WIN ??¥nD??¥nD^ 00111111001111111000000110001111011011100100010000111111001111111000000110001111011011100100010001011110 3f3f818f6e443f3f818f6e445e
EUC-JP ëæ?nDëæ?nD^ 10001111101010111011001110001111101010011100000100111111011011100100010010001111101010111011001110001111101010011100000100111111011011100100010001011110 8fabb38fa9c13f6e448fabb38fa9c13f6e445e
UTF-8 ëæ¥nDëæ¥nD^ 1100001110101011110000111010011011000010101001010110111001000100110000111010101111000011101001101100001010100101011011100100010001011110 c3abc3a6c2a56e44c3abc3a6c2a56e445e
UHC ?æ?nD?æ?nD^ 00111111101010011010000100111111011011100100010000111111101010011010000100111111011011100100010001011110 3fa9a13f6e443fa9a13f6e445e

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