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 | 長?? | 10010010101101110011111100111111 | 92b73f3f |
| EUC-JP | 長?? | 11000100101110010011111100111111 | c4b93f3f |
| UTF-8 | 長렧뤯 | 111010011001010110110111111010111010000010100111111010111010010010101111 | e995b7eba0a7eba4af |
| UHC | 長렧뤯 | 111011011111111010001110101101101000111111011101 | edfe8eb68fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)