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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 衡?] | 10001101011101000011111101011101 | 8d743f5d |
EUC-JP | 衡?] | 10111001110101010011111101011101 | b9d53f5d |
UTF-8 | 衡즦] | 11101000101000011010000111101100101001101010011001011101 | e8a1a1eca6a65d |
UHC | 衡즦] | 1111101110101100101000110111001001011101 | fbaca3725d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)