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 | ?f?Rn}?f?Rn{^ | 00111111011001100011111101010010011011100111110100111111011001100011111101010010011011100111101101011110 | 3f663f526e7d3f663f526e7b5e |
SJIS-WIN | ?f?Rn}?f?Rn{^ | 00111111011001100011111101010010011011100111110100111111011001100011111101010010011011100111101101011110 | 3f663f526e7d3f663f526e7b5e |
EUC-JP | ?f?Rn}?f?Rn{^ | 00111111011001100011111101010010011011100111110100111111011001100011111101010010011011100111101101011110 | 3f663f526e7d3f663f526e7b5e |
UTF-8 | ӣfӣRn}ӣfӣRn{^ | 1101001110100011011001101101001110100011010100100110111001111101110100111010001101100110110100111010001101010010011011100111101101011110 | d3a366d3a3526e7dd3a366d3a3526e7b5e |
UHC | ?f?Rn}?f?Rn{^ | 00111111011001100011111101010010011011100111110100111111011001100011111101010010011011100111101101011110 | 3f663f526e7d3f663f526e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)