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 | 油棺油棺^ | 100101101111101110001010101110111001011011111011100010101011101101011110 | 96fb8abb96fb8abb5e |
EUC-JP | 油棺油棺^ | 110011001111110110110100101111011100110011111101101101001011110101011110 | ccfdb4bdccfdb4bd5e |
UTF-8 | 油棺油棺^ | 11100110101100101011100111100110101000111011101011100110101100101011100111100110101000111011101001011110 | e6b2b9e6a3bae6b2b9e6a3ba5e |
UHC | 油棺油棺^ | 111010101111101011001110101100101110101011111010110011101011001001011110 | eafaceb2eafaceb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)