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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 甬?甬?^ | 11100001010101000011111111100001010101000011111101011110 | e1543fe1543f5e |
| EUC-JP | 甬?甬?^ | 11100001101101010011111111100001101101010011111101011110 | e1b53fe1b53f5e |
| UTF-8 | 甬장甬장^ | 11100111100101001010110011101100100111101010010111100111100101001010110011101100100111101010010101011110 | e794acec9ea5e794acec9ea55e |
| UHC | 甬장甬장^ | 111010011100010111000000111001011110100111000101110000001110010101011110 | e9c5c0e5e9c5c0e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)