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 | 翩薀翩 | 111000111100011111100101010001001110001111000111 | e3c7e544e3c7 |
| EUC-JP | 翩薀翩 | 111001101100100111101001101001011110011011001001 | e6c9e9a5e6c9 |
| UTF-8 | 翩薀翩 | 111001111011111110101001111010001001011010000000111001111011111110101001 | e7bfa9e89680e7bfa9 |
| UHC | 翩?翩 | 1111100010111011001111111111100010111011 | f8bb3ff8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)