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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 谷叔楔 | 100100100100101010001111011001101001111010110110 | 924a8f669eb6 |
| EUC-JP | 谷叔楔 | 110000111010101110111101110001111101110010111000 | c3abbdc7dcb8 |
| UTF-8 | 谷叔楔 | 111010001011000010110111111001011000111110010100111001101010010110010100 | e8b0b7e58f94e6a594 |
| UHC | 谷叔楔 | 110011011101101111100010110100101110000011011011 | cddbe2d2e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)