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 | 辟城潟 | 111001111000010010001111111010011000101010000011 | e7848fe98a83 |
| EUC-JP | 辟城潟 | 111011011110010010111110111010111011001111100011 | ede4beebb3e3 |
| UTF-8 | 辟城潟 | 111010001011111010011111111001011001111110001110111001101011110110011111 | e8be9fe59f8ee6bd9f |
| UHC | ?城潟 | 0011111111100000111100101110000010110011 | 3fe0f2e0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)