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 | í±c^ | 1110110110011000101100010110001101011110 | ed98b1635e |
SJIS-WIN | ??±c^ | 001111110011111110000001011111010110001101011110 | 3f3f817d635e |
EUC-JP | í?±c^ | 1000111110101011101111110011111110100001110111100110001101011110 | 8fabbf3fa1de635e |
UTF-8 | í±c^ | 1100001110101101110000101001100011000010101100010110001101011110 | c3adc298c2b1635e |
UHC | ??±c^ | 001111110011111110100001101111100110001101011110 | 3f3fa1be635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)