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 | 彧}彧{^ | 11111010101110010111110111111010101110010111101101011110 | fab97dfab97b5e |
EUC-JP | 彧}彧{^ | 100011111011110011111110011111011000111110111100111111100111101101011110 | 8fbcfe7d8fbcfe7b5e |
UTF-8 | 彧}彧{^ | 111001011011110110100111011111011110010110111101101001110111101101011110 | e5bda77de5bda77b5e |
UHC | 彧}彧{^ | 11101001111011100111110111101001111011100111101101011110 | e9ee7de9ee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)