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 | ¾åï®^ | 1011111011100101111011111010111001011110 | bee5efae5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?åï®^ | 0011111110001111101010111010100110001111101010111100000110001111101000101110111001011110 | 3f8faba98fabc18fa2ee5e |
UTF-8 | ¾åï®^ | 110000101011111011000011101001011100001110101111110000101010111001011110 | c2bec3a5c3afc2ae5e |
UHC | ¾??®^ | 10101000111110100011111100111111101000101110011101011110 | a8fa3f3fa2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)