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 | 剪? | 100110011001001000111111 | 99923f |
EUC-JP | 剪? | 110100011111001000111111 | d1f23f |
UTF-8 | 剪흘 | 111001011000100110101010111011011001110110011000 | e589aaed9d98 |
UHC | 剪흘 | 11101110111100101100100011101010 | eef2c8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)