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 | 澳??悅? | 11100000010100110011111100111111111110101011110100111111 | e0533f3ffabd3f |
EUC-JP | 澳???? | 110111111011010000111111001111110011111100111111 | dfb43f3f3f3f |
UTF-8 | 澳뤷돭悅찦 | 111001101011111010110011111010111010010010110111111010111000111110101101111001101000001010000101111011001011000010100110 | e6beb3eba4b7eb8fade68285ecb0a6 |
UHC | 澳뤷돭悅찦 | 11100111111111101000111111100101100010011011000011100110111011011010101001000010 | e7fe8fe589b0e6edaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)