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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 賤悒}賤悒{^ | 1110011011001011100111001010001101111101111001101100101110011100101000110111101101011110 | e6cb9ca37de6cb9ca37b5e |
EUC-JP | 賤悒}賤悒{^ | 1110110011001101110110001010010101111101111011001100110111011000101001010111101101011110 | eccdd8a57deccdd8a57b5e |
UTF-8 | 賤悒}賤悒{^ | 111010001011001110100100111001101000001010010010011111011110100010110011101001001110011010000010100100100111101101011110 | e8b3a4e682927de8b3a4e682927b5e |
UHC | 賤?}賤?{^ | 111101001100000100111111011111011111010011000001001111110111101101011110 | f4c13f7df4c13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)