To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?AC?AC^ | 00111111010000010100001100111111010000010100001101011110 | 3f41433f41435e |
SJIS-WIN | ?AC?AC^ | 00111111010000010100001100111111010000010100001101011110 | 3f41433f41435e |
EUC-JP | ?AC?AC^ | 00111111010000010100001100111111010000010100001101011110 | 3f41433f41435e |
UTF-8 | 혪AC혪AC^ | 1110110110011000101010100100000101000011111011011001100010101010010000010100001101011110 | ed98aa4143ed98aa41435e |
UHC | 혪AC혪AC^ | 110000101001001001000001010000111100001010010010010000010100001101011110 | c2924143c29241435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)