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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | 滎?? | 1000111111001000101110010011111100111111 | 8fc8b93f3f |
| UTF-8 | 滎⑵뻗 | 111001101011101110001110111000101001000110110101111010111011101110010111 | e6bb8ee291b5ebbb97 |
| UHC | 滎⑵뻗 | 111110111010001110101001111010001011101110111000 | fba3a9e8bbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)