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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銹耶スーツキ | 1110011111110110100101101110101110111101101100001100001010110111 | e7f696ebbdb0c2b7 |
EUC-JP | 銹耶スーツキ | 111011101111100011001100111011011000111010111101100011101011000010001110110000101000111010110111 | eef8cced8ebd8eb08ec28eb7 |
UTF-8 | 銹耶スーツキ | 111010011000101010111001111010001000000010110110111011111011110110111101111011111011110110110000111011111011111010000010111011111011110110110111 | e98ab9e880b6efbdbdefbdb0efbe82efbdb7 |
UHC | 銹耶???? | 1110001011001000111001011010110100111111001111110011111100111111 | e2c8e5ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)