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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 瓦?薔?正 | 1000101010100010001111111110010101001011001111111001000010110011 | 8aa23fe54b3f90b3 |
| EUC-JP | 瓦?薔?正 | 1011010010100100001111111110100110101100001111111100000010110101 | b4a43fe9ac3fc0b5 |
| UTF-8 | 瓦렧薔렔正 | 111001111001001110100110111010111010000010100111111010001001011010010100111010111010000010010100111001101010110110100011 | e793a6eba0a7e89694eba094e6ada3 |
| UHC | 瓦렧薔렔正 | 11101000101111111000111010110110111011011111100110001110101010011110111111100001 | e8bf8eb6edf98ea9efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)