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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | Щ}Щ{^ | 10000100010110100111110110000100010110100111101101011110 | 845a7d845a7b5e |
EUC-JP | Щ}Щ{^ | 10100111101110110111110110100111101110110111101101011110 | a7bb7da7bb7b5e |
UTF-8 | Щ}Щ{^ | 11010000101010010111110111010000101010010111101101011110 | d0a97dd0a97b5e |
UHC | Щ}Щ{^ | 10101100101110110111110110101100101110110111101101011110 | acbb7dacbb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)