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 | 髻懃、シ譏 | 1110100110011111100111001110011110100100101111001110011010011000 | e99f9ce7a4bce698 |
| EUC-JP | 髻懃、シ譏 | 11110010101000011101100011101001100011101010010010001110101111001110101111111000 | f2a1d8e98ea48ebcebf8 |
| UTF-8 | 髻懃、シ譏 | 111010011010101110111011111001101000011110000011111011111011110110100100111011111011110110111100111010001010110110001111 | e9abbbe68783efbda4efbdbce8ad8f |
| UHC | ?懃??譏 | 00111111110100001100010000111111001111111101000111000001 | 3fd0c43f3fd1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)