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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 續汐逝 | 111000111001010010001110101011001001000011000000 | e3948eac90c0 |
EUC-JP | 續汐逝 | 111001011111010010111100101011101100000011000010 | e5f4bcaec0c2 |
UTF-8 | 續汐逝 | 111001111011101010001100111001101011000110010000111010011000000010011101 | e7ba8ce6b190e9809d |
UHC | 續汐逝 | 111000011101100111100000101100011110000010100110 | e1d9e0b1e0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)