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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | コス汐e^ | 11110000101000101011101011110001100011101011110110001110101011000110010101011110 | f0a2baf18ebd8eac655e |
EUC-JP | ?コ?ス汐e^ | 00111111100011101011101000111111100011101011110110111100101011100110010101011110 | 3f8eba3f8ebdbcae655e |
UTF-8 | コス汐e^ | 1110111010000001101000011110111110111101101110101110111010000100100010011110111110111101101111011110011010110001100100000110010101011110 | ee81a1efbdbaee8489efbdbde6b190655e |
UHC | ????汐e^ | 0011111100111111001111110011111111100000101100010110010101011110 | 3f3f3f3fe0b1655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)