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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 澹〕餠^ | 11100000010101111000000101101100111010010101010101011110 | e057816ce9555e |
EUC-JP | 澹〕餠^ | 11011111101110001010000111001101111100011011011001011110 | dfb8a1cdf1b65e |
UTF-8 | 澹〕餠^ | 11100110101111101011100111100011100000001001010111101001101001001010000001011110 | e6beb9e38095e9a4a05e |
UHC | 澹〕餠^ | 11010011110000101010000110110011110111001011111101011110 | d3c2a1b3dcbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)