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 | 肋}肋{^ | 10011000010111010111110110011000010111010111101101011110 | 985d7d985d7b5e |
EUC-JP | 肋}肋{^ | 11001111101111100111110111001111101111100111101101011110 | cfbe7dcfbe7b5e |
UTF-8 | 肋}肋{^ | 111010001000001010001011011111011110100010000010100010110111101101011110 | e8828b7de8828b7b5e |
UHC | 肋}肋{^ | 11010111110011100111110111010111110011100111101101011110 | d7ce7dd7ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)