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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 阡戊エ狗 | 11101000100101001001010111101000101101001000101111100111 | e89495e8b48be7 |
| EUC-JP | 阡戊エ狗 | 1110111111110100110010101110101010001110101101001011011011101001 | eff4caea8eb4b6e9 |
| UTF-8 | 阡戊エ狗 | 111010011001100010100001111001101000100010001010111011111011110110110100111001111000101110010111 | e998a1e6888aefbdb4e78b97 |
| UHC | 阡戊?狗 | 11110100110001101101100111100110001111111100111110110111 | f4c6d9e63fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)