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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 遙}遙{^ | 11101010101000010111110111101010101000010111101101011110 | eaa17deaa17b5e |
EUC-JP | 遙}遙{^ | 11110100101000110111110111110100101000110111101101011110 | f4a37df4a37b5e |
UTF-8 | 遙}遙{^ | 111010011000000110011001011111011110100110000001100110010111101101011110 | e981997de981997b5e |
UHC | 遙}遙{^ | 11101001101010110111110111101001101010110111101101011110 | e9ab7de9ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)