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 | 澳??業? | 11100000010100110011111100111111100010111100011000111111 | e0533f3f8bc63f |
| EUC-JP | 澳??業? | 11011111101101000011111100111111101101101100100000111111 | dfb43f3fb6c83f |
| UTF-8 | 澳뉔숱業쬋 | 111001101011111010110011111010111000100110010100111011001000100010110001111001101010010110101101111011001010110010001011 | e6beb3eb8994ec88b1e6a5adecac8b |
| UHC | 澳뉔숱業쬋 | 11100111111111101000011111101001101111011010001011100101111101101010011101000001 | e7fe87e9bda2e5f6a741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)