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?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
SJIS-WIN | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
EUC-JP | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
UTF-8 | 창짖혙혡혡E챈챌 | 11101100101100001011110111101100101001111001011011101101100110001001100111101101100110001010000111101101100110001010000101000101111011001011000110001000111011001011000110001100 | ecb0bdeca796ed9899ed98a1ed98a145ecb188ecb18c |
UHC | 창짖혙혡혡E챈챌 | 110000111010001011000010101000101100001010000100110000101000101011000010100010100100010111000011101001101100001110100111 | c3a2c2a2c284c28ac28a45c3a6c3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)