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 | ù¥¾ûÖº | 111110011010010110111110111110111101011010111010 | f9a5befbd6ba |
| SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
| EUC-JP | ù??ûÖº | 1000111110101011111000110011111100111111100011111010101111100101100011111010101011010011100011111010001011101011 | 8fabe33f3f8fabe58faad38fa2eb |
| UTF-8 | ù¥¾ûÖº | 110000111011100111000010101001011100001010111110110000111011101111000011100101101100001010111010 | c3b9c2a5c2bec3bbc396c2ba |
| UHC | ??¾??º | 0011111100111111101010001111101000111111001111111010100010101100 | 3f3fa8fa3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)