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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 縞紺し?恝 | 100011101100100010001101101011101000001010110101001111111111101010111100 | 8ec88dae82b53ffabc |
| EUC-JP | 縞紺し?恝 | 10111100110010101011101010110000101001001011011100111111100011111011110111100111 | bccabab0a4b73f8fbde7 |
| UTF-8 | 縞紺しㆋ恝 | 111001111011100010011110111001111011010010111010111000111000000110010111111000111000011010001011111001101000000110011101 | e7b89ee7b4bae38197e3868be6819d |
| UHC | 縞紺しㆋ恝 | 11111011110101101100101011111010101010101011011110100100111110111100111010111111 | fbd6cafaaab7a4fbcebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)