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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 敎孟 | 11111010110011011001011011010000 | facd96d0 |
EUC-JP | ?孟 | 001111111100110011010010 | 3fccd2 |
UTF-8 | 敎孟 | 111001101001010110001110111001011010110110011111 | e6958ee5ad9f |
UHC | 敎孟 | 11001110111001111101100011101011 | cee7d8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)