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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???搖 | 0011111100111111001111111001110110001010 | 3f3f3f9d8a |
EUC-JP | ???搖 | 0011111100111111001111111101100111101010 | 3f3f3fd9ea |
UTF-8 | 琉뱀탪搖 | 111011111010011110001100111010111011000110000000111011011000001110101010111001101001000010010110 | efa78cebb180ed83aae69096 |
UHC | 琉뱀탪搖 | 1110101110100100101110011110110010110101100011001110100011110100 | eba4b9ecb58ce8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)