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 | 1110100111110010001111110011111101000001 | e9f23f3f41 |
| EUC-JP | 鶯??A | 1111001011110100001111110011111101000001 | f2f43f3f41 |
| UTF-8 | 鶯볥젍A | 11101001101101101010111111101011101100111010010111101100101000001000110101000001 | e9b6afebb3a5eca08d41 |
| UHC | 鶯볥젍A | 11100101101000111001001111101011101000001000111001000001 | e5a393eba08e41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)