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^ | 1110100010110010101011000110001101011110 | e8b2ac635e |
SJIS-WIN | ??¬c^ | 001111110011111110000001110010100110001101011110 | 3f3f81ca635e |
EUC-JP | è?¬c^ | 1000111110101011101100100011111110100010110011000110001101011110 | 8fabb23fa2cc635e |
UTF-8 | 責c^ | 1100001110101000110000101011001011000010101011000110001101011110 | c3a8c2b2c2ac635e |
UHC | ?²?c^ | 001111111010100111110111001111110110001101011110 | 3fa9f73f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)