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 | 梧}梧{^ | 10001100111001100111110110001100111001100111101101011110 | 8ce67d8ce67b5e |
EUC-JP | 梧}梧{^ | 10111000111010000111110110111000111010000111101101011110 | b8e87db8e87b5e |
UTF-8 | 梧}梧{^ | 111001101010001010100111011111011110011010100010101001110111101101011110 | e6a2a77de6a2a77b5e |
UHC | 梧}梧{^ | 11100111111111000111110111100111111111000111101101011110 | e7fc7de7fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)