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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 捧莇゚絨 | 10010101111110011110010010110100110111111110001101001111 | 95f9e4b4dfe34f |
| EUC-JP | 捧莇゚絨 | 1100101011111011111010001011011010001110110111111110010110110000 | cafbe8b68edfe5b0 |
| UTF-8 | 捧莇゚絨 | 111001101000110110100111111010001000111010000111111011111011111010011111111001111011010110101000 | e68da7e88e87efbe9fe7b5a8 |
| UHC | 捧??絨 | 110111001110100100111111001111111110101111010110 | dce93f3febd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)