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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 燿??魚ゆ? | 111000001010000000111111001111111000101110011011100000101110010000111111 | e0a03f3f8b9b82e43f |
| EUC-JP | 燿??魚ゆ? | 111000001010001000111111001111111011010111111011101001001110011000111111 | e0a23f3fb5fba4e63f |
| UTF-8 | 燿념튊魚ゆ튇 | 111001111000011110111111111010111000010110010000111011011000101010001010111010011010110110011010111000111000001010000110111011011000101010000111 | e787bfeb8590ed8a8ae9ad9ae38286ed8a87 |
| UHC | 燿념튊魚ゆ튇 | 111010001111110010110011111001001011100110011110111001011110000010101010111001101011100110011100 | e8fcb3e4b99ee5e0aae6b99c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)