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 | 爐泄 | 11100000101000101001111110010101 | e0a29f95 |
EUC-JP | 爐泄 | 11100000101001001101110111110101 | e0a4ddf5 |
UTF-8 | 爐泄 | 111001111000100010010000111001101011001110000100 | e78890e6b384 |
UHC | 爐泄 | 11010110110100111110000011011100 | d6d3e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)