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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???澳? | 001111110011111100111111111000000101001100111111 | 3f3f3fe0533f |
| EUC-JP | 孼??澳? | 1000111110111010110000110011111100111111110111111011010000111111 | 8fbac33f3fdfb43f |
| UTF-8 | 孼뽬퐮澳꾿 | 111001011010110110111100111010111011110110101100111011011001000010101110111001101011111010110011111010101011111010111111 | e5adbcebbdaced90aee6beb3eabebf |
| UHC | 孼뽬퐮澳꾿 | 11100101111011011001011011101000101111011001011111100111111111101000010101000001 | e5ed96e8bd97e7fe8541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)