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 | 綣砧 | 11100011010110111000101101101101 | e35b8b6d |
EUC-JP | 綣砧 | 11100101101111001011010111001110 | e5bcb5ce |
UTF-8 | 綣砧 | 111001111011011010100011111001111010000010100111 | e7b6a3e7a0a7 |
UHC | ?砧 | 001111111111011011011011 | 3ff6db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)