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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 衡?^ | 10001101011101000011111101011110 | 8d743f5e |
EUC-JP | 衡?^ | 10111001110101010011111101011110 | b9d53f5e |
UTF-8 | 衡즀^ | 11101000101000011010000111101100101001101000000001011110 | e8a1a1eca6805e |
UHC | 衡즀^ | 1111101110101100101000110100111001011110 | fbaca34e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)