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 ’A‘³’U‘²’A‘³’U‘²B 1001001001000001100100011011001110010010010101011001000110110010100100100100000110010001101100111001001001010101100100011011001001000010 924191b3925591b2924191b3925591b242
SJIS-WIN ?A???U???A???U??B 0011111101000001001111110011111100111111010101010011111100111111001111110100000100111111001111110011111101010101001111110011111101000010 3f413f3f3f553f3f3f413f3f3f553f3f42
EUC-JP ?A???U???A???U??B 0011111101000001001111110011111100111111010101010011111100111111001111110100000100111111001111110011111101010101001111110011111101000010 3f413f3f3f553f3f3f413f3f3f553f3f42
UTF-8 ’A‘³’U‘²’A‘³’U‘²B 1100001010010010010000011100001010010001110000101011001111000010100100100101010111000010100100011100001010110010110000101001001001000001110000101001000111000010101100111100001010010010010101011100001010010001110000101011001001000010 c29241c291c2b3c29255c291c2b2c29241c291c2b3c29255c291c2b242
UHC ?A?³?U?²?A?³?U?²B 001111110100000100111111101010011111100000111111010101010011111110101001111101110011111101000001001111111010100111111000001111110101010100111111101010011111011101000010 3f413fa9f83f553fa9f73f413fa9f83f553fa9f742

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