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 | ?E?????W | 0011111101000101001111110011111100111111001111110011111101010111 | 3f453f3f3f3f3f57 |
SJIS-WIN | ?E?????W | 0011111101000101001111110011111100111111001111110011111101010111 | 3f453f3f3f3f3f57 |
EUC-JP | ?E?????W | 0011111101000101001111110011111100111111001111110011111101010111 | 3f453f3f3f3f3f57 |
UTF-8 | 챔E혖혢혥짖챈W | 1110110010110001100101000100010111101101100110001001011011101101100110001010001011101101100110001010010111101100101001111001011011101100101100011000100001010111 | ecb19445ed9896ed98a2ed98a5eca796ecb18857 |
UHC | 챔E혖혢혥짖챈W | 1100001110101000010001011100001010000001110000101000101111000010100011011100001010100010110000111010011001010111 | c3a845c281c28bc28dc2a2c3a657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)