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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 勇??A | 1001011101000101001111110011111101000001 | 97453f3f41 |
| EUC-JP | 勇??A | 1100110110100110001111110011111101000001 | cda63f3f41 |
| UTF-8 | 勇숂뮵A | 11100101100010111000011111101100100010001000001011101011101011101011010101000001 | e58b87ec8882ebaeb541 |
| UHC | 勇숂뮵A | 11101001101110001001100111100111100100101011110101000001 | e9b899e792bd41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)