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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 琉믪립掠딢 | 111011111010011110001100111010111010111110101010111010111010011010111101111011111010010110110101111010111001010010100010 | efa78cebafaaeba6bdefa5b5eb94a2 |
UHC | 琉믪립掠딢 | 11101011101001001001001011101100101110001011001111100101101100011000101101000101 | eba492ecb8b3e5b18b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)