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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 煉煉[煉煉[^ | 111011111010011010010011111011111010011010010011010110111110111110100110100100111110111110100110100100110101101101011110 | efa693efa6935befa693efa6935b5e |
UHC | 煉煉[煉煉[^ | 1110011011010110111001101101011001011011111001101101011011100110110101100101101101011110 | e6d6e6d65be6d6e6d65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)