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{^ 10001000110110011000110110010100010011100111110110001000110110011000110110010100010011100111101101011110 88d98d944e7d88d98d944e7b5e
SJIS-WIN ????N}????N{^ 00111111001111110011111100111111010011100111110100111111001111110011111100111111010011100111101101011110 3f3f3f3f4e7d3f3f3f3f4e7b5e
EUC-JP ?Ù??N}?Ù??N{^ 0011111110001111101010101110001100111111001111110100111001111101001111111000111110101010111000110011111100111111010011100111101101011110 3f8faae33f3f4e7d3f8faae33f3f4e7b5e
UTF-8 ˆÙ”N}ˆÙ”N{^ 110000101000100011000011100110011100001010001101110000101001010001001110011111011100001010001000110000111001100111000010100011011100001010010100010011100111101101011110 c288c399c28dc2944e7dc288c399c28dc2944e7b5e
UHC ????N}????N{^ 00111111001111110011111100111111010011100111110100111111001111110011111100111111010011100111101101011110 3f3f3f3f4e7d3f3f3f3f4e7b5e

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