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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犂砦犂砦^ | 111000001011001010001101110101001110000010110010100011011101010001011110 | e0b28dd4e0b28dd45e |
EUC-JP | 犂砦犂砦^ | 111000001011010010111010110101101110000010110100101110101101011001011110 | e0b4bad6e0b4bad65e |
UTF-8 | 犂砦犂砦^ | 11100111100010101000001011100111101000001010011011100111100010101000001011100111101000001010011001011110 | e78a82e7a0a6e78a82e7a0a65e |
UHC | ?砦?砦^ | 00111111111100111111011000111111111100111111011001011110 | 3ff3f63ff3f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)