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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絅ш界跚 | 1110001101000100100001001000101010001010010001011110011011100111 | e344848a8a45e6e7 |
EUC-JP | 絅ш界跚 | 1110010110100101101001111110101010110011101001101110110011101001 | e5a5a7eab3a6ece9 |
UTF-8 | 絅ш界跚 | 1110011110110101100001011101000110001000111001111001010110001100111010001011011110011010 | e7b585d188e7958ce8b79a |
UHC | 絅ш界? | 11001100111001111010110011101010110011011010001100111111 | cce7aceacda33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)