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 | 林預 | 10010111110100011001011101100001 | 97d19761 |
EUC-JP | 林預 | 11001110110100111100110111000010 | ced3cdc2 |
UTF-8 | 林預 | 111001101001111010010111111010011010000010010000 | e69e97e9a090 |
UHC | 林預 | 11010111111110011110011111101000 | d7f9e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)