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 | ??j^ | 00111111001111110110101001011110 | 3f3f6a5e |
SJIS-WIN | 魃、j^ | 1110100110101111101001000110101001011110 | e9afa46a5e |
EUC-JP | 魃、j^ | 111100101011000110001110101001000110101001011110 | f2b18ea46a5e |
UTF-8 | 魃、j^ | 1110100110101101100000111110111110111101101001000110101001011110 | e9ad83efbda46a5e |
UHC | 魃?j^ | 1101101110100110001111110110101001011110 | dba63f6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)