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 | 藥?ク弱? | 1110010101011010001111111000001101001110100011101110001100111111 | e55a3f834e8ee33f |
EUC-JP | 藥?ク弱? | 1110100110111011001111111010010110101111101111001110010100111111 | e9bb3fa5afbce53f |
UTF-8 | 藥썹ク弱둗 | 111010001001011110100101111011001000110110111001111000111000001010101111111001011011110010110001111010111001000110010111 | e897a5ec8db9e382afe5bcb1eb9197 |
UHC | 藥썹ク弱둗 | 11100101101101111011110111100111101010111010111111100101101100001000101001010000 | e5b7bde7abafe5b08a50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)