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 | 猪[猪[^ | 10010010100101100101101110010010100101100101101101011110 | 92965b92965b5e |
EUC-JP | 猪[猪[^ | 11000011111101100101101111000011111101100101101101011110 | c3f65bc3f65b5e |
UTF-8 | 猪[猪[^ | 111001111000110010101010010110111110011110001100101010100101101101011110 | e78caa5be78caa5b5e |
UHC | 猪[猪[^ | 11101110110001000101101111101110110001000101101101011110 | eec45beec45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)