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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 郢墓錐O | 11100111101110011001010111100110100100001000110101001111 | e7b995e6908d4f |
| EUC-JP | 郢墓錐O | 11101110101110111100101011101000101111111110110101001111 | eebbcae8bfed4f |
| UTF-8 | 郢墓錐O | 11101001100000111010001011100101101000101001001111101001100011001001000001001111 | e983a2e5a293e98c904f |
| UHC | ?墓錐O | 001111111101100111010111111101011101111001001111 | 3fd9d7f5de4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)