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 | ?gh?g | 0011111101100111011010000011111101100111 | 3f67683f67 |
SJIS-WIN | ?gh?g | 0011111101100111011010000011111101100111 | 3f67683f67 |
EUC-JP | ?gh?g | 0011111101100111011010000011111101100111 | 3f67683f67 |
UTF-8 | 챕gh챕g | 111011001011000110010101011001110110100011101100101100011001010101100111 | ecb1956768ecb19567 |
UHC | 챕gh챕g | 11000011101010010110011101101000110000111010100101100111 | c3a96768c3a967 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)