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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 纜? | 111000111001110000111111 | e39c3f |
EUC-JP | 纜? | 111001011111110000111111 | e5fc3f |
UTF-8 | 纜온 | 111001111011101010011100111011001001100010101000 | e7ba9cec98a8 |
UHC | 纜온 | 11010101101111111011111111000010 | d5bfbfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)