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 | 擎[擎[^ | 11111010110011000101101111111010110011000101101101011110 | facc5bfacc5b5e |
EUC-JP | 擎[擎[^ | 100011111100000110100110010110111000111111000001101001100101101101011110 | 8fc1a65b8fc1a65b5e |
UTF-8 | 擎[擎[^ | 111001101001001110001110010110111110011010010011100011100101101101011110 | e6938e5be6938e5b5e |
UHC | 擎[擎[^ | 11001100110101100101101111001100110101100101101101011110 | ccd65bccd65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)