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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 縡?P | 11100011011100010011111101010000 | e3713f50 |
EUC-JP | 縡?P | 11100101110100100011111101010000 | e5d23f50 |
UTF-8 | 縡렕P | 11100111101110001010000111101011101000001001010101010000 | e7b8a1eba09550 |
UHC | 縡렕P | 1110111010101101100011101010101001010000 | eead8eaa50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)