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 | 潁溏 | 10011111111100011001111111101101 | 9ff19fed |
EUC-JP | 潁溏 | 11011110111100111101111011101111 | def3deef |
UTF-8 | 潁溏 | 111001101011110110000001111001101011101010001111 | e6bd81e6ba8f |
UHC | 潁? | 111001111011100000111111 | e7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)