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 | 髮呱 | 11101001100110111001100111101011 | e99b99eb |
EUC-JP | 髮呱 | 11110001111110111101001011101101 | f1fbd2ed |
UTF-8 | 髮呱 | 111010011010101110101110111001011001000110110001 | e9abaee591b1 |
UHC | 髮呱 | 11011011101001011100110110110010 | dba5cdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)