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 | 承湖 | 10001111101100111000110011001110 | 8fb38cce |
EUC-JP | 承湖 | 10111110101101011011100011010000 | beb5b8d0 |
UTF-8 | 承湖 | 111001101000100110111111111001101011100110010110 | e689bfe6b996 |
UHC | 承湖 | 11100011101011111111101111001001 | e3affbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)