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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 爾????^ | 10001110101000100011111100111111001111110011111101011110 | 8ea23f3f3f3f5e |
EUC-JP | 爾????^ | 10111100101001000011111100111111001111110011111101011110 | bca43f3f3f3f5e |
UTF-8 | 爾琡罹롛롗^ | 11100111100010001011111011100111100100001010000111101111101001111010011011101011101000011001101111101011101000011001011101011110 | e788bee790a1efa7a6eba19beba1975e |
UHC | 爾琡罹롛롗^ | 1110110010110011111000101101101011101100101110101000111011011111100011101101101101011110 | ecb3e2daecba8edf8edb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)