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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藥??揖 | 111001010101101000111111001111111001011101001011 | e55a3f3f974b |
EUC-JP | 藥??揖 | 111010011011101100111111001111111100110110101100 | e9bb3f3fcdac |
UTF-8 | 藥띻랬揖 | 111010001001011110100101111010111001110110111011111010111001111010101100111001101000111110010110 | e897a5eb9dbbeb9eace68f96 |
UHC | 藥띻랬揖 | 1110010110110111100011011110101010110111101010001110101111100111 | e5b78deab7a8ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)