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 | ??寤 | 00111111001111111001101110001000 | 3f3f9b88 |
| EUC-JP | ??寤 | 00111111001111111101010111101000 | 3f3fd5e8 |
| UTF-8 | 뾸숷寤 | 111010111011111010111000111011001000100010110111111001011010111110100100 | ebbeb8ec88b7e5afa4 |
| UHC | 뾸숷寤 | 100101110111101010011010010011001110011111110101 | 977a9a4ce7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)