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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 魘浦] | 1110100110110100100010010101100101011101 | e9b489595d |
EUC-JP | 魘浦] | 1111001010110110101100011011101001011101 | f2b6b1ba5d |
UTF-8 | 魘浦] | 11101001101011011001100011100110101101011010011001011101 | e9ad98e6b5a65d |
UHC | ?浦] | 00111111111110001101110101011101 | 3ff8dd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)