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 | 棕寃 | 10011110101000011001101110000011 | 9ea19b83 |
EUC-JP | 棕寃 | 11011100101000111101010111100011 | dca3d5e3 |
UTF-8 | 棕寃 | 111001101010001110010101111001011010111110000011 | e6a395e5af83 |
UHC | 棕寃 | 11110000111101111110101010110010 | f0f7eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)