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^ | 1110100010110100100001000110001101011110 | e8b484635e |
SJIS-WIN | ?´?c^ | 001111111000000101001100001111110110001101011110 | 3f814c3f635e |
EUC-JP | è´?c^ | 1000111110101011101100101010000110101101001111110110001101011110 | 8fabb2a1ad3f635e |
UTF-8 | è´c^ | 1100001110101000110000101011010011000010100001000110001101011110 | c3a8c2b4c284635e |
UHC | ?´?c^ | 001111111010001010100101001111110110001101011110 | 3fa2a53f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)