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 | 李矗 | 10010111100110111110000111011110 | 979be1de |
EUC-JP | 李矗 | 11001101111110111110001011100000 | cdfbe2e0 |
UTF-8 | 李矗 | 111001101001110110001110111001111001111110010111 | e69d8ee79f97 |
UHC | 李矗 | 11010111110111011111010110111000 | d7ddf5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)