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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 煆質~ | 1111101101010110100011101011111101111110 | fb568ebf7e |
EUC-JP | 煆質~ | 100011111100100111110100101111001100000101111110 | 8fc9f4bcc17e |
UTF-8 | 煆質~ | 11100111100001011000011011101000101100111010101001111110 | e78586e8b3aa7e |
UHC | ?質~ | 00111111111100101111010101111110 | 3ff2f57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)