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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 章琦B | 1000111111001101111110110110011101000010 | 8fcdfb6742 |
EUC-JP | 章琦B | 101111101100111110001111110011001010101101000010 | becf8fccab42 |
UTF-8 | 章琦B | 11100111101010111010000011100111100100001010011001000010 | e7aba0e790a642 |
UHC | 章琦B | 1110110111110001110100011010110101000010 | edf1d1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)