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 | 髮也距 | 111010011001101110010110111001111000101110010111 | e99b96e78b97 |
EUC-JP | 髮也距 | 111100011111101111001100111010011011010111110111 | f1fbcce9b5f7 |
UTF-8 | 髮也距 | 111010011010101110101110111001001011100110011111111010001011011110011101 | e9abaee4b99fe8b79d |
UHC | 髮也距 | 110110111010010111100101101001011100101111100101 | dba5e5a5cbe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)