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 | 001111110100010100111111001111110011111101010111 | 3f453f3f3f57 |
SJIS-WIN | ?E???W | 001111110100010100111111001111110011111101010111 | 3f453f3f3f57 |
EUC-JP | ?E???W | 001111110100010100111111001111110011111101010111 | 3f453f3f3f57 |
UTF-8 | 책E혡찾혥W | 1110110010110001100001010100010111101101100110001010000111101100101100001011111011101101100110001010010101010111 | ecb18545ed98a1ecb0beed98a557 |
UHC | 책E혡찾혥W | 11000011101001010100010111000010100010101100001110100011110000101000110101010111 | c3a545c28ac3a3c28d57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)