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 | 筌????^ | 11100010101000110011111100111111001111110011111101011110 | e2a33f3f3f3f5e |
| EUC-JP | 筌??嫄?^ | 111001001010010100111111001111111000111110111010101000010011111101011110 | e4a53f3f8fbaa13f5e |
| UTF-8 | 筌뗫툍嫄첦^ | 11100111101011011000110011101011100101111010101111101101100010001000110111100101101010111000010011101100101100101010011001011110 | e7ad8ceb97abed888de5ab84ecb2a65e |
| UHC | 筌뗫툍嫄첦^ | 1110111110100111100010111110101110111000100001011110101010110001101010110100111101011110 | efa78bebb885eab1ab4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)