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 | 靖???? | 100101101111010100111111001111110011111100111111 | 96f53f3f3f3f |
| EUC-JP | 靖???? | 110011001111011100111111001111110011111100111111 | ccf73f3f3f3f |
| UTF-8 | 靖렋뤱횓쬜 | 111010011001110110010110111010111010000010001011111010111010010010110001111011011001101010010011111011001010110010011100 | e99d96eba08beba4b1ed9a93ecac9c |
| UHC | 靖렋뤱횓쬜 | 11101111111111101000111010100010100011111101111111000011100011101010011101001111 | effe8ea28fdfc38ea74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)