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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 鶯?=B | 111010011111001000111111100000011000000101000010 | e9f23f818142 |
| EUC-JP | 鶯?=B | 111100101111010000111111101000011110000101000010 | f2f43fa1e142 |
| UTF-8 | 鶯썲=B | 11101001101101101010111111101100100011011011001011101111101111001001110101000010 | e9b6afec8db2efbc9d42 |
| UHC | 鶯썲=B | 11100101101000111011110111100101101000111011110101000010 | e5a3bde5a3bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)