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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 逍ウ邇イ | 111001111001011010110011111001111000111010110010 | e796b3e78eb2 |
| EUC-JP | 逍ウ邇イ | 1110110111110110100011101011001111101101111011101000111010110010 | edf68eb3edee8eb2 |
| UTF-8 | 逍ウ邇イ | 111010011000000010001101111011111011110110110011111010011000001010000111111011111011110110110010 | e9808defbdb3e98287efbdb2 |
| UHC | 逍?邇? | 111000011100111000111111111011001100010000111111 | e1ce3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)