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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮鷺征 | 111010011001101110001101111010111001000010101010 | e99b8deb90aa |
EUC-JP | 髮鷺征 | 111100011111101110111010111011011100000010101100 | f1fbbaedc0ac |
UTF-8 | 髮鷺征 | 111010011010101110101110111010011011011110111010111001011011111010000001 | e9abaee9b7bae5be81 |
UHC | 髮鷺征 | 110110111010010111010110110111001110111111010110 | dba5d6dcefd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)