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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 辯櫞 | 11100111100001111001111101001000 | e7879f48 |
EUC-JP | 辯櫞 | 11101101111001111101110110101001 | ede7dda9 |
UTF-8 | 辯櫞 | 111010001011111010101111111001101010101110011110 | e8beafe6ab9e |
UHC | 辯? | 110111001010101000111111 | dcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)