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 | ¾®O | 101111101010111001001111 | beae4f |
SJIS-WIN | ??O | 001111110011111101001111 | 3f3f4f |
EUC-JP | ?®O | 0011111110001111101000101110111001001111 | 3f8fa2ee4f |
UTF-8 | ¾®O | 1100001010111110110000101010111001001111 | c2bec2ae4f |
UHC | ¾®O | 1010100011111010101000101110011101001111 | a8faa2e74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)