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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 李利\ | 1001011110011011100101111001100001011100 | 979b97985c |
EUC-JP | 李利\ | 1100110111111011110011011111100001011100 | cdfbcdf85c |
UTF-8 | 李利\ | 11100110100111011000111011100101100010001010100101011100 | e69d8ee588a95c |
UHC | 李利\ | 1101011111011101110101111101011101011100 | d7ddd7d75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)