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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 燿??魚ゆ | 1110000010100000001111110011111110001011100110111000001011100100 | e0a03f3f8b9b82e4 |
| EUC-JP | 燿??魚ゆ | 1110000010100010001111110011111110110101111110111010010011100110 | e0a23f3fb5fba4e6 |
| UTF-8 | 燿념튊魚ゆ | 111001111000011110111111111010111000010110010000111011011000101010001010111010011010110110011010111000111000001010000110 | e787bfeb8590ed8a8ae9ad9ae38286 |
| UHC | 燿념튊魚ゆ | 11101000111111001011001111100100101110011001111011100101111000001010101011100110 | e8fcb3e4b99ee5e0aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)