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???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
SJIS-WIN | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
EUC-JP | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
UTF-8 | 창W혖혧혶횋 | 11101100101100001011110101010111111011011001100010010110111011011001100010100111111011011001100010110110111011011001101010001011 | ecb0bd57ed9896ed98a7ed98b6ed9a8b |
UHC | 창W혖혧혶횋 | 1100001110100010010101111100001010000001110000101000111111000010100111011100001110001001 | c3a257c281c28fc29dc389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)