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 | 怨峰 | 10001001100001011001010111110100 | 898595f4 |
EUC-JP | 怨峰 | 10110001111001011100101011110110 | b1e5caf6 |
UTF-8 | 怨峰 | 111001101000000010101000111001011011001110110000 | e680a8e5b3b0 |
UHC | 怨峰 | 11101010101100111101110011101000 | eab3dce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)