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 | 荐罧 | 11100100101001101110001110101100 | e4a6e3ac |
EUC-JP | 荐罧 | 11101000101010001110011010101110 | e8a8e6ae |
UTF-8 | 荐罧 | 111010001000110110010000111001111011110110100111 | e88d90e7bda7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)