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 | 承昻 | 10001111101100111111101011010000 | 8fb3fad0 |
EUC-JP | 承? | 101111101011010100111111 | beb53f |
UTF-8 | 承昻 | 111001101000100110111111111001101001100010111011 | e689bfe698bb |
UHC | 承昻 | 11100011101011111110010011101001 | e3afe4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)