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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 障竡・ | 1000111111100001111000101000111010100101 | 8fe1e28ea5 |
| EUC-JP | 障竡・ | 101111101110001111100011111011101000111010100101 | bee3e3ee8ea5 |
| UTF-8 | 障竡・ | 111010011001101010011100111001111010101110100001111011111011110110100101 | e99a9ce7aba1efbda5 |
| UHC | 障?? | 11101110101000010011111100111111 | eea13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)