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 | 域? | 100010001110011000111111 | 88e63f |
EUC-JP | 域? | 101100001110100000111111 | b0e83f |
UTF-8 | 域⒵ | 111001011001111110011111111000101001001010110101 | e59f9fe292b5 |
UHC | 域⒵ | 11100110101101001010100111100110 | e6b4a9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)