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 | 齋}齋{^ | 11100010010101100111110111100010010101100111101101011110 | e2567de2567b5e |
EUC-JP | 齋}齋{^ | 11100011101101110111110111100011101101110111101101011110 | e3b77de3b77b5e |
UTF-8 | 齋}齋{^ | 111010011011110110001011011111011110100110111101100010110111101101011110 | e9bd8b7de9bd8b7b5e |
UHC | 齋}齋{^ | 11101110101100010111110111101110101100010111101101011110 | eeb17deeb17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)