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 | àÙÂð¤ | 100011111110000011011001110000101111000010100100 | 8fe0d9c2f0a4 |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?àÙÂð¤ | 00111111100011111010101110100010100011111010101011100011100011111010101010100100100011111010100111000011100011111010001011110000 | 3f8faba28faae38faaa48fa9c38fa2f0 |
| UTF-8 | àÙÂð¤ | 110000101000111111000011101000001100001110011001110000111000001011000011101100001100001010100100 | c28fc3a0c399c382c3b0c2a4 |
| UHC | ????ð¤ | 0011111100111111001111110011111110101001101000111010001010110100 | 3f3f3f3fa9a3a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)