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 | 澳뉐막業랡 | 111001101011111010110011111010111000100110010000111010111010011110001001111001101010010110101101111010111001111010100001 | e6beb3eb8990eba789e6a5adeb9ea1 |
UHC | 澳뉐막業랡 | 11100111111111101000011111100101101110001011011111100101111101101000111001000010 | e7fe87e5b8b7e5f68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)