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 | 讎瀕 | 11100110101001101001010101101101 | e6a6956d |
EUC-JP | 讎瀕 | 11101100101010001100100111001110 | eca8c9ce |
UTF-8 | 讎瀕 | 111010001010111010001110111001111000000010010101 | e8ae8ee78095 |
UHC | ?瀕 | 001111111101111010110101 | 3fdeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)