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 | 兆???^ | 100100101001101100111111001111110011111101011110 | 929b3f3f3f5e |
| EUC-JP | 兆???^ | 110000111111101100111111001111110011111101011110 | c3fb3f3f3f5e |
| UTF-8 | 兆닿렮렖^ | 11100101100001011000011011101011100010111011111111101011101000001010111011101011101000001001011001011110 | e58586eb8bbfeba0aeeba0965e |
| UHC | 兆닿렮렖^ | 111100001011110010110100111010101000111010111011100011101010101101011110 | f0bcb4ea8ebb8eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)