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 | ?b?W???? | 0011111101100010001111110101011100111111001111110011111100111111 | 3f623f573f3f3f3f |
SJIS-WIN | ?b?W???? | 0011111101100010001111110101011100111111001111110011111100111111 | 3f623f573f3f3f3f |
EUC-JP | ?b?W???? | 0011111101100010001111110101011100111111001111110011111100111111 | 3f623f573f3f3f3f |
UTF-8 | 창b챌W혺횖챈쨘 | 1110110010110000101111010110001011101100101100011000110001010111111011011001100010111010111011011001101010010110111011001011000110001000111011001010100010011000 | ecb0bd62ecb18c57ed98baed9a96ecb188eca898 |
UHC | 창b챌W혺횖챈쨘 | 1100001110100010011000101100001110100111010101111100001010011111110000111001000011000011101001101100001010111010 | c3a262c3a757c29fc390c3a6c2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)