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 | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
SJIS-WIN | 偲磁^{偲磁^s | 100011101100001110001110101001010101111001111011100011101100001110001110101001010101111001110011 | 8ec38ea55e7b8ec38ea55e73 |
EUC-JP | 偲磁^{偲磁^s | 101111001100010110111100101001110101111001111011101111001100010110111100101001110101111001110011 | bcc5bca75e7bbcc5bca75e73 |
UTF-8 | 偲磁^{偲磁^s | 11100101100000011011001011100111101000111000000101011110011110111110010110000001101100101110011110100011100000010101111001110011 | e581b2e7a3815e7be581b2e7a3815e73 |
UHC | ?磁^{?磁^s | 00111111111011011011100001011110011110110011111111101101101110000101111001110011 | 3fedb85e7b3fedb85e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)