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 | 齧? | 111010101001011000111111 | ea963f |
EUC-JP | 齧? | 111100111111011000111111 | f3f63f |
UTF-8 | 齧렦 | 111010011011110110100111111010111010000010100110 | e9bda7eba0a6 |
UHC | 齧렦 | 11100000111001011000111010110101 | e0e58eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)