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 | ù®] | 111110011010111001011101 | f9ae5d |
SJIS-WIN | ??] | 001111110011111101011101 | 3f3f5d |
EUC-JP | ù®] | 10001111101010111110001110001111101000101110111001011101 | 8fabe38fa2ee5d |
UTF-8 | ù®] | 1100001110111001110000101010111001011101 | c3b9c2ae5d |
UHC | ?®] | 00111111101000101110011101011101 | 3fa2e75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)