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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 藥??弱? | 11100101010110100011111100111111100011101110001100111111 | e55a3f3f8ee33f |
EUC-JP | 藥??弱? | 11101001101110110011111100111111101111001110010100111111 | e9bb3f3fbce53f |
UTF-8 | 藥썹텥弱둆 | 111010001001011110100101111011001000110110111001111011011000010110100101111001011011110010110001111010111001000110000110 | e897a5ec8db9ed85a5e5bcb1eb9186 |
UHC | 藥썹텥弱둆 | 11100101101101111011110111100111101101101001101011100101101100001000101001000010 | e5b7bde7b69ae5b08a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)