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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 蝮ヲ邯夂矯謳 | 1110010110011101101001101110011110110110100110101110011110001011101110001110011010010000 | e59da6e7b69ae78bb8e690 |
| EUC-JP | 蝮ヲ邯夂矯謳 | 111010011111110110001110101001101110111010111000110101001110100110110110101110101110101111110000 | e9fd8ea6eeb8d4e9b6baebf0 |
| UTF-8 | 蝮ヲ邯夂矯謳 | 111010001001110110101110111011111011110110100110111010011000001010101111111001011010010010000010111001111001111110101111111010001010110010110011 | e89daeefbda6e982afe5a482e79fafe8acb3 |
| UHC | ??邯?矯謳 | 001111110011111111001010111110110011111111001110111011001100111111000100 | 3f3fcafb3fceeccfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)