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 | 顆句ァ | 1110100011110111100010111110010110100111 | e8f78be5a7 |
| EUC-JP | 顆句ァ | 111100001111100110110110111001111000111010100111 | f0f9b6e78ea7 |
| UTF-8 | 顆句ァ | 111010011010000110000110111001011000111110100101111011111011110110100111 | e9a186e58fa5efbda7 |
| UHC | 顆句? | 1100111010101000110011111010001100111111 | cea8cfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)