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 | 輿? | 100101110110000000111111 | 97603f |
EUC-JP | 輿? | 110011011100000100111111 | cdc13f |
UTF-8 | 輿녜 | 111010001011110010111111111010111000010110011100 | e8bcbfeb859c |
UHC | 輿녜 | 11100110101010111011001111101001 | e6abb3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)