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 | ニ邇ョ痔 | 1111000111101011110001101110011110001110101011101000111010100100 | f1ebc6e78eae8ea4 |
| EUC-JP | ?ニ邇ョ痔 | 001111111000111011000110111011011110111010001110101011101011110010100110 | 3f8ec6edee8eaebca6 |
| UTF-8 | ニ邇ョ痔 | 111011101000010110100110111011111011111010000110111010011000001010000111111011111011110110101110111001111001011110010100 | ee85a6efbe86e98287efbdaee79794 |
| UHC | ??邇?痔 | 00111111001111111110110011000100001111111111011011000000 | 3f3fecc43ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)