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 | ??N | 001111110011111101001110 | 3f3f4e |
| SJIS-WIN | ツ叩N | 11000010100100100100000001001110 | c292404e |
| EUC-JP | ツ叩N | 1000111011000010110000111010000101001110 | 8ec2c3a14e |
| UTF-8 | ツ叩N | 11101111101111101000001011100101100011111010100101001110 | efbe82e58fa94e |
| UHC | ?叩N | 00111111110011011011000001001110 | 3fcdb04e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)