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 | 李利 | 10010111100110111001011110011000 | 979b9798 |
EUC-JP | 李利 | 11001101111110111100110111111000 | cdfbcdf8 |
UTF-8 | 李利 | 111001101001110110001110111001011000100010101001 | e69d8ee588a9 |
UHC | 李利 | 11010111110111011101011111010111 | d7ddd7d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)