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 | 駭峯 | 11101001011011101001010111110101 | e96e95f5 |
EUC-JP | 駭峯 | 11110001110011111100101011110111 | f1cfcaf7 |
UTF-8 | 駭峯 | 111010011010011110101101111001011011001110101111 | e9a7ade5b3af |
UHC | 駭峯 | 11111010101101001101110011100111 | fab4dce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)