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 | ?鮮腺 | 0011111110010001010011101001000101000010 | 3f914e9142 |
| EUC-JP | ?鮮腺 | 0011111111000001101011111100000110100011 | 3fc1afc1a3 |
| UTF-8 | 卨鮮腺 | 111001011000110110101000111010011010111010101110111010001000010110111010 | e58da8e9aeaee885ba |
| UHC | 卨鮮腺 | 111000001101100111100000110110001110000011001101 | e0d9e0d8e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)