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 | 棕箜輟 | 100111101010000111100010101100011110011101101111 | 9ea1e2b1e76f |
| EUC-JP | 棕箜輟 | 110111001010001111100100101100111110110111010000 | dca3e4b3edd0 |
| UTF-8 | 棕箜輟 | 111001101010001110010101111001111010111010011100111010001011110010011111 | e6a395e7ae9ce8bc9f |
| UHC | 棕?輟 | 1111000011110111001111111111010011001111 | f0f73ff4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)