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 | 裨懷 | 11100101111010011001110011100101 | e5e99ce5 |
EUC-JP | 裨懷 | 11101010111010111101100011100111 | eaebd8e7 |
UTF-8 | 裨懷 | 111010001010001110101000111001101000011110110111 | e8a3a8e687b7 |
UHC | 裨懷 | 11011110101001011111110011100011 | dea5fce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)