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 | 澹¥粽^ | 11100000010101111000000110001111111000101110111001011110 | e057818fe2ee5e |
EUC-JP | 澹¥粽^ | 11011111101110001010000111101111111001001111000001011110 | dfb8a1efe4f05e |
UTF-8 | 澹¥粽^ | 11100110101111101011100111101111101111111010010111100111101100101011110101011110 | e6beb9efbfa5e7b2bd5e |
UHC | 澹¥?^ | 110100111100001010100001110011010011111101011110 | d3c2a1cd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)