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 | 爭耕? | 1110000010100101100011010110101100111111 | e0a58d6b3f |
| EUC-JP | 爭耕? | 1110000010100111101110011100110000111111 | e0a7b9cc3f |
| UTF-8 | 爭耕렍 | 111001111000100010101101111010001000000010010101111010111010000010001101 | e788ade88095eba08d |
| UHC | 爭耕렍 | 111011101011001111001100111010011000111010100011 | eeb3cce98ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)