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 | ??E^ | 00111111001111110100010101011110 | 3f3f455e |
SJIS-WIN | 射捨E^ | 100011101100101110001110110011000100010101011110 | 8ecb8ecc455e |
EUC-JP | 射捨E^ | 101111001100110110111100110011100100010101011110 | bccdbcce455e |
UTF-8 | 射捨E^ | 1110010110110000100001001110011010001101101010000100010101011110 | e5b084e68da8455e |
UHC | 射捨E^ | 110111101101001011011110110101110100010101011110 | ded2ded7455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)