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 | 照? | 100011111100011000111111 | 8fc63f |
EUC-JP | 照? | 101111101100100000111111 | bec83f |
UTF-8 | 照璉 | 111001111000010110100111111011111010011010010100 | e785a7efa694 |
UHC | 照璉 | 11110000110011101110011011011001 | f0cee6d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)