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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | Щ\ | 100001000101101001011100 | 845a5c |
EUC-JP | Щ\ | 101001111011101101011100 | a7bb5c |
UTF-8 | Щ\ | 110100001010100101011100 | d0a95c |
UHC | Щ\ | 101011001011101101011100 | acbb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)