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 | í§fí§f^ | 111011011001100010100111011001101110110110011000101001110110011001011110 | ed98a766ed98a7665e |
SJIS-WIN | ??§f??§f^ | 0011111100111111100000011001100001100110001111110011111110000001100110000110011001011110 | 3f3f8198663f3f8198665e |
EUC-JP | í?§fí?§f^ | 100011111010101110111111001111111010000111111000011001101000111110101011101111110011111110100001111110000110011001011110 | 8fabbf3fa1f8668fabbf3fa1f8665e |
UTF-8 | í§fí§f^ | 110000111010110111000010100110001100001010100111011001101100001110101101110000101001100011000010101001110110011001011110 | c3adc298c2a766c3adc298c2a7665e |
UHC | ??§f??§f^ | 0011111100111111101000011101011101100110001111110011111110100001110101110110011001011110 | 3f3fa1d7663f3fa1d7665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)