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 | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
SJIS-WIN | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
EUC-JP | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
UTF-8 | 채쨍쨔챕혖혬W | 11101100101100011000010011101100101010001000110111101100101010001001010011101100101100011001010111101101100110001001011011101101100110001010110001010111 | ecb184eca88deca894ecb195ed9896ed98ac57 |
UHC | 채쨍쨔챕혖혬W | 11000011101001001100001010111000110000101011100111000011101010011100001010000001110000101001010001010111 | c3a4c2b8c2b9c3a9c281c29457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)