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\ | 00111111001111110100001101011100 | 3f3f435c |
SJIS-WIN | ??C\ | 00111111001111110100001101011100 | 3f3f435c |
EUC-JP | ??C\ | 00111111001111110100001101011100 | 3f3f435c |
UTF-8 | 쒔렎C\ | 1110110010010010100101001110101110100000100011100100001101011100 | ec9294eba08e435c |
UHC | 쒔렎C\ | 101111101010110110001110101001000100001101011100 | bead8ea4435c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)