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 | 貽眷 | 11100110110001001110000111000101 | e6c4e1c5 |
EUC-JP | 貽眷 | 11101100110001101110001011000111 | ecc6e2c7 |
UTF-8 | 貽眷 | 111010001011001010111101111001111001110010110111 | e8b2bde79cb7 |
UHC | 貽眷 | 11101100110000101100111111101111 | ecc2cfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)