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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 錏幄足^ | 11100111111110011001101111101000100100011010101101011110 | e7f99be891ab5e |
EUC-JP | 錏幄足^ | 11101110111110111101011011101010110000101010110101011110 | eefbd6eac2ad5e |
UTF-8 | 錏幄足^ | 11101001100011001000111111100101101110011000010011101000101101101011001101011110 | e98c8fe5b984e8b6b35e |
UHC | ?幄足^ | 001111111110010011000001111100001110101101011110 | 3fe4c1f0eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)