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 | ?矮泄 | 0011111111100001111000101001111110010101 | 3fe1e29f95 |
| EUC-JP | ?矮泄 | 0011111111100010111001001101110111110101 | 3fe2e4ddf5 |
| UTF-8 | 뾸矮泄 | 111010111011111010111000111001111001111110101110111001101011001110000100 | ebbeb8e79faee6b384 |
| UHC | 뾸矮泄 | 100101110111101011101000111000011110000011011100 | 977ae8e1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)