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 | âøü | 111000101111100011111100 | e2f8fc |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | âøü | 100011111010101110100100100011111010100111001100100011111010101111100100 | 8faba48fa9cc8fabe4 |
UTF-8 | âøü | 110000111010001011000011101110001100001110111100 | c3a2c3b8c3bc |
UHC | ?ø? | 00111111101010011010101000111111 | 3fa9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)