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 | 承毖 | 10001111101100111111101011110100 | 8fb3faf4 |
EUC-JP | 承毖 | 1011111010110101100011111100011010111000 | beb58fc6b8 |
UTF-8 | 承毖 | 111001101000100110111111111001101010111110010110 | e689bfe6af96 |
UHC | 承毖 | 11100011101011111101110111110000 | e3afddf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)