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 | 雖顗 | 11100101101010111111101111110100 | e5abfbf4 |
EUC-JP | 雖顗 | 1110101010101101100011111110100010110001 | eaad8fe8b1 |
UTF-8 | 雖顗 | 111010011001101110010110111010011010000110010111 | e99b96e9a197 |
UHC | 雖? | 111000101100110000111111 | e2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)