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 | 楓憤 | 10010101100101101001010110101110 | 959695ae |
EUC-JP | 楓憤 | 11001001111101101100101010110000 | c9f6cab0 |
UTF-8 | 楓憤 | 111001101010010110010011111001101000011010100100 | e6a593e686a4 |
UHC | 楓憤 | 11111001101000111101110111001001 | f9a3ddc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)