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 | 承?? | 10001111101100110011111100111111 | 8fb33f3f |
| EUC-JP | 承?? | 10111110101101010011111100111111 | beb53f3f |
| UTF-8 | 承뤻뛑 | 111001101000100110111111111010111010010010111011111010111001101110010001 | e689bfeba4bbeb9b91 |
| UHC | 承뤻뛑 | 111000111010111110001111111010011000110101001111 | e3af8fe98d4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)