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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | ?署 | 001111111000111110010000 | 3f8f90 |
| EUC-JP | ?署 | 001111111011110111110000 | 3fbdf0 |
| UTF-8 | 몾署 | 111010111010101010111110111001111011110110110010 | ebaabee7bdb2 |
| UHC | 몾署 | 10010001101000101101111111111110 | 91a2dffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)