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 | Õ| | 10010010110101011000111001111100 | 92d58e7c |
| SJIS-WIN | ???| | 00111111001111110011111101111100 | 3f3f3f7c |
| EUC-JP | ?Õ?| | 001111111000111110101010110110000011111101111100 | 3f8faad83f7c |
| UTF-8 | Õ| | 11000010100100101100001110010101110000101000111001111100 | c292c395c28e7c |
| UHC | ???| | 00111111001111110011111101111100 | 3f3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)