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 | 聰霓 | 11100011111000001110100010111101 | e3e0e8bd |
EUC-JP | 聰霓 | 11100110111000101111000010111111 | e6e2f0bf |
UTF-8 | 聰霓 | 111010001000000110110000111010011001110010010011 | e881b0e99c93 |
UHC | 聰霓 | 11110101110001101110011111100111 | f5c6e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)