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 | ác\ | 111000010110001101011100 | e1635c |
SJIS-WIN | ?c\ | 001111110110001101011100 | 3f635c |
EUC-JP | ác\ | 1000111110101011101000010110001101011100 | 8faba1635c |
UTF-8 | ác\ | 11000011101000010110001101011100 | c3a1635c |
UHC | ?c\ | 001111110110001101011100 | 3f635c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)