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 | ??p^ | 00111111001111110111000001011110 | 3f3f705e |
| SJIS-WIN | 杓叱p^ | 100011101101101110001110101101100111000001011110 | 8edb8eb6705e |
| EUC-JP | 杓叱p^ | 101111001101110110111100101110000111000001011110 | bcddbcb8705e |
| UTF-8 | 杓叱p^ | 1110011010011101100100111110010110001111101100010111000001011110 | e69d93e58fb1705e |
| UHC | 杓叱p^ | 111110001111010111110010111010100111000001011110 | f8f5f2ea705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)