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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 澳?ズu^ | 11100000010100110011111110000011010110010111010101011110 | e0533f8359755e |
| EUC-JP | 澳?ズu^ | 11011111101101000011111110100101101110100111010101011110 | dfb43fa5ba755e |
| UTF-8 | 澳뉒ズu^ | 1110011010111110101100111110101110001001100100101110001110000010101110100111010101011110 | e6beb3eb8992e382ba755e |
| UHC | 澳뉒ズu^ | 1110011111111110100001111110011110101011101110100111010101011110 | e7fe87e7abba755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)