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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
| SJIS-WIN | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
| EUC-JP | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
| UTF-8 | 簾앮텊w | 11101111101001101010011011101100100101011010111011101101100001011000101001110111 | efa6a6ec95aeed858a77 |
| UHC | 簾앮텊w | 11100111101000011001110111100110101101101000011101110111 | e7a19de6b68777 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)