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 | 韋姙 | 11101000111010001001101101001011 | e8e89b4b |
EUC-JP | 韋姙 | 11110000111010101101010110101100 | f0ead5ac |
UTF-8 | 韋姙 | 111010011001111110001011111001011010011110011001 | e99f8be5a799 |
UHC | 韋姙 | 11101010110111111110110011110101 | eadfecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)