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 | 纜傑 | 11100011100111001000110010000110 | e39c8c86 |
EUC-JP | 纜傑 | 11100101111111001011011111100110 | e5fcb7e6 |
UTF-8 | 纜傑 | 111001111011101010011100111001011000001010010001 | e7ba9ce58291 |
UHC | 纜傑 | 11010101101111111100101111111000 | d5bfcbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)