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?h | 00111111011010000011111101101000 | 3f683f68 |
SJIS-WIN | ?h?h | 00111111011010000011111101101000 | 3f683f68 |
EUC-JP | ?h?h | 00111111011010000011111101101000 | 3f683f68 |
UTF-8 | 쎲h쎲h | 1110110010001110101100100110100011101100100011101011001001101000 | ec8eb268ec8eb268 |
UHC | 쎲h쎲h | 100110111101100101101000100110111101100101101000 | 9bd9689bd968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)