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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| UTF-8 | 捻뚭염栒둼^ | 11101111101001101010010011101011100110101010110111101100100101111011110011100110101000001001001011101011100100011011110001011110 | efa6a4eb9aadec97bce6a092eb91bc5e |
| UHC | 捻뚭염栒둼^ | 1110011011110111100011001110101010111111101100001110001011100011100010100111010101011110 | e6f78ceabfb0e2e38a755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)