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 | 縒嵋 | 11100011011100101001101111001001 | e3729bc9 |
EUC-JP | 縒嵋 | 11100101110100111101011011001011 | e5d3d6cb |
UTF-8 | 縒嵋 | 111001111011100010010010111001011011010110001011 | e7b892e5b58b |
UHC | ?嵋 | 001111111101101010101110 | 3fdaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)