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 ’N‘¤‘¼’N‘¤‘¼^ 10010010010011101001000110100100100100011011110010010010010011101001000110100100100100011011110001011110 924e91a491bc924e91a491bc5e
SJIS-WIN ?N?????N????^ 00111111010011100011111100111111001111110011111100111111010011100011111100111111001111110011111101011110 3f4e3f3f3f3f3f4e3f3f3f3f5e
EUC-JP ?N?¤???N?¤??^ 0011111101001110001111111000111110100010111100000011111100111111001111110100111000111111100011111010001011110000001111110011111101011110 3f4e3f8fa2f03f3f3f4e3f8fa2f03f3f5e
UTF-8 ’N‘¤‘¼’N‘¤‘¼^ 1100001010010010010011101100001010010001110000101010010011000010100100011100001010111100110000101001001001001110110000101001000111000010101001001100001010010001110000101011110001011110 c2924ec291c2a4c291c2bcc2924ec291c2a4c291c2bc5e
UHC ?N?¤?¼?N?¤?¼^ 0011111101001110001111111010001010110100001111111010100011111001001111110100111000111111101000101011010000111111101010001111100101011110 3f4e3fa2b43fa8f93f4e3fa2b43fa8f95e

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