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 ðûŽªLðûŽªL^ 1111000011111011100011101010101001001100111100001111101110001110101010100100110001011110 f0fb8eaa4cf0fb8eaa4c5e
SJIS-WIN ????L????L^ 0011111100111111001111110011111101001100001111110011111100111111001111110100110001011110 3f3f3f3f4c3f3f3f3f4c5e
EUC-JP ðû?ªLðû?ªL^ 1000111110101001110000111000111110101011111001010011111110001111101000101110110001001100100011111010100111000011100011111010101111100101001111111000111110100010111011000100110001011110 8fa9c38fabe53f8fa2ec4c8fa9c38fabe53f8fa2ec4c5e
UTF-8 ðûŽªLðûŽªL^ 11000011101100001100001110111011110000101000111011000010101010100100110011000011101100001100001110111011110000101000111011000010101010100100110001011110 c3b0c3bbc28ec2aa4cc3b0c3bbc28ec2aa4c5e
UHC ð??ªLð??ªL^ 101010011010001100111111001111111010100010100011010011001010100110100011001111110011111110101000101000110100110001011110 a9a33f3fa8a34ca9a33f3fa8a34c5e

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