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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 藥??癌?BF | 111001010101101000111111001111111000101011100000001111110100001001000110 | e55a3f3f8ae03f4246 |
EUC-JP | 藥??癌?BF | 111010011011101100111111001111111011010011100010001111110100001001000110 | e9bb3f3fb4e23f4246 |
UTF-8 | 藥썽걫癌큢BF | 1110100010010111101001011110110010001101101111011110101010110001101010111110011110011001100011001110110110000001101000100100001001000110 | e897a5ec8dbdeab1abe7998ced81a24246 |
UHC | 藥썽걫癌큢BF | 111001011011011110111101111010011000000110010100111001001101111110110100011011110100001001000110 | e5b7bde98194e4dfb46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)