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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 烏l????F | 100010010100011110000010100011000011111100111111001111110011111101000110 | 8947828c3f3f3f3f46 |
| EUC-JP | 烏l????F | 101100011010100010100011111011000011111100111111001111110011111101000110 | b1a8a3ec3f3f3f3f46 |
| UTF-8 | 烏l뇴溜좊젎F | 11100111100000111000111111101111101111011000110011101011100001111011010011101111101001111000101111101100101000101000101011101100101000001000111001000110 | e7838fefbd8ceb87b4efa78beca28aeca08e46 |
| UHC | 烏l뇴溜좊젎F | 11101000101000011010001111101100100001111001100011101010111111101010000011101011101000001000111101000110 | e8a1a3ec8798eafea0eba08f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)