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 | 讀ヲ鄙 | 1110011010100100101001101110011110111111 | e6a4a6e7bf |
| EUC-JP | 讀ヲ鄙 | 111011001010011010001110101001101110111011000001 | eca68ea6eec1 |
| UTF-8 | 讀ヲ鄙 | 111010001010111010000000111011111011110110100110111010011000010010011001 | e8ae80efbda6e98499 |
| UHC | 讀?鄙 | 1101010011000001001111111101111010101001 | d4c13fdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)