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 | 晳鋤絮 | 111110101101100110001111100110111110001101010000 | fad98f9be350 |
EUC-JP | 晳鋤絮 | 10001111110000101100010010111101111110111110010110110001 | 8fc2c4bdfbe5b1 |
UTF-8 | 晳鋤絮 | 111001101001100110110011111010011000101110100100111001111011010110101110 | e699b3e98ba4e7b5ae |
UHC | 晳鋤絮 | 111000001010111111100000101001111101111111111100 | e0afe0a7dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)