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 | 潁睹滸 | 100111111111000111100001110011111001111111110101 | 9ff1e1cf9ff5 |
| EUC-JP | 潁睹滸 | 110111101111001111100010110100011101111011110111 | def3e2d1def7 |
| UTF-8 | 潁睹滸 | 111001101011110110000001111001111001110110111001111001101011101110111000 | e6bd81e79db9e6bbb8 |
| UHC | 潁睹滸 | 111001111011100011010100101010011111101111001010 | e7b8d4a9fbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)