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 | 夷}夷{^ | 10001000110011100111110110001000110011100111101101011110 | 88ce7d88ce7b5e |
EUC-JP | 夷}夷{^ | 10110000110100000111110110110000110100000111101101011110 | b0d07db0d07b5e |
UTF-8 | 夷}夷{^ | 111001011010010010110111011111011110010110100100101101110111101101011110 | e5a4b77de5a4b77b5e |
UHC | 夷}夷{^ | 11101100101010000111110111101100101010000111101101011110 | eca87deca87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)