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 | ø¼ | 1111100010111100 | f8bc |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | ø? | 10001111101010011100110000111111 | 8fa9cc3f |
UTF-8 | ø¼ | 11000011101110001100001010111100 | c3b8c2bc |
UHC | ø¼ | 10101001101010101010100011111001 | a9aaa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)