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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 陂[陂[^ | 11101000100110000101101111101000100110000101101101011110 | e8985be8985b5e |
EUC-JP | 陂[陂[^ | 11101111111110000101101111101111111110000101101101011110 | eff85beff85b5e |
UTF-8 | 陂[陂[^ | 111010011001100110000010010110111110100110011001100000100101101101011110 | e999825be999825b5e |
UHC | 陂[陂[^ | 11111001101011100101101111111001101011100101101101011110 | f9ae5bf9ae5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)