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 | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
SJIS-WIN | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
EUC-JP | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
UTF-8 | 챌h챌f챌} | 111011001011000110001100011010001110110010110001100011000110011011101100101100011000110001111101 | ecb18c68ecb18c66ecb18c7d |
UHC | 챌h챌f챌} | 110000111010011101101000110000111010011101100110110000111010011101111101 | c3a768c3a766c3a77d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)