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 | ACAC^ | 10010010010000010100001110010010010000010100001101011110 | 9241439241435e |
SJIS-WIN | ?AC?AC^ | 00111111010000010100001100111111010000010100001101011110 | 3f41433f41435e |
EUC-JP | ?AC?AC^ | 00111111010000010100001100111111010000010100001101011110 | 3f41433f41435e |
UTF-8 | ACAC^ | 110000101001001001000001010000111100001010010010010000010100001101011110 | c2924143c29241435e |
UHC | ?AC?AC^ | 00111111010000010100001100111111010000010100001101011110 | 3f41433f41435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)