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 ‘²’Ax}‘²’Ax{^ 10010001101100101001001001000001011110000111110110010001101100101001001001000001011110000111101101011110 91b29241787d91b29241787b5e
SJIS-WIN ???Ax}???Ax{^ 00111111001111110011111101000001011110000111110100111111001111110011111101000001011110000111101101011110 3f3f3f41787d3f3f3f41787b5e
EUC-JP ???Ax}???Ax{^ 00111111001111110011111101000001011110000111110100111111001111110011111101000001011110000111101101011110 3f3f3f41787d3f3f3f41787b5e
UTF-8 ‘²’Ax}‘²’Ax{^ 11000010100100011100001010110010110000101001001001000001011110000111110111000010100100011100001010110010110000101001001001000001011110000111101101011110 c291c2b2c29241787dc291c2b2c29241787b5e
UHC ?²?Ax}?²?Ax{^ 001111111010100111110111001111110100000101111000011111010011111110101001111101110011111101000001011110000111101101011110 3fa9f73f41787d3fa9f73f41787b5e

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