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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 樂띻퀬溜딅젙琉 | 111011111010011010111111111010111001110110111011111011011000000010101100111011111010011110001011111010111001010010000101111011001010000010011001111011111010011110001100 | efa6bfeb9dbbed80acefa78beb9485eca099efa78c |
UHC | 樂띻퀬溜딅젙琉 | 1110100011111001100011011110101010110011101000001110101011111110100010101110101110100000100101011110101110100100 | e8f98deab3a0eafe8aeba095eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)