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 | ??S??f | 001111110011111101010011001111110011111101100110 | 3f3f533f3f66 |
SJIS-WIN | ??S??f | 001111110011111101010011001111110011111101100110 | 3f3f533f3f66 |
EUC-JP | ??S??f | 001111110011111101010011001111110011111101100110 | 3f3f533f3f66 |
UTF-8 | 쒔렣S쒔렜f | 1110110010010010100101001110101110100000101000110101001111101100100100101001010011101011101000001001110001100110 | ec9294eba0a353ec9294eba09c66 |
UHC | 쒔렣S쒔렜f | 10111110101011011000111010110100010100111011111010101101100011101010111001100110 | bead8eb453bead8eae66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)