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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 也щ?也щ?^ | 1001011011100111100001001000101100111111100101101110011110000100100010110011111101011110 | 96e7848b3f96e7848b3f5e |
EUC-JP | 也щ?也щ?^ | 1100110011101001101001111110101100111111110011001110100110100111111010110011111101011110 | cce9a7eb3fcce9a7eb3f5e |
UTF-8 | 也щ젾也щ젾^ | 1110010010111001100111111101000110001001111011001010000010111110111001001011100110011111110100011000100111101100101000001011111001011110 | e4b99fd189eca0bee4b99fd189eca0be5e |
UHC | 也щ젾也щ젾^ | 11100101101001011010110011101011101000001011000011100101101001011010110011101011101000001011000001011110 | e5a5aceba0b0e5a5aceba0b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)