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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 歎俗 | 10010010010101101001000110101101 | 925691ad |
| EUC-JP | 歎俗 | 11000011101101111100001010101111 | c3b7c2af |
| UTF-8 | 歎俗 | 111001101010110110001110111001001011111110010111 | e6ad8ee4bf97 |
| UHC | 歎俗 | 11110111101001111110000111010100 | f7a7e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)