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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 챤청횜챗횇챠h | 11101100101100011010010011101100101100101010110111101101100110101001110011101100101100011001011111101101100110101000011111101100101100011010000001101000 | ecb1a4ecb2aded9a9cecb197ed9a87ecb1a068 |
UHC | 챤청횜챗횇챠h | 11000011101011101100001110111011110000111001011011000011101010101100001110000101110000111010110101101000 | c3aec3bbc396c3aac385c3ad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)