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 | 佇纜 | 10011000110010001110001110011100 | 98c8e39c |
EUC-JP | 佇纜 | 11010000110010101110010111111100 | d0cae5fc |
UTF-8 | 佇纜 | 111001001011110110000111111001111011101010011100 | e4bd87e7ba9c |
UHC | 佇纜 | 11101110101101111101010110111111 | eeb7d5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)