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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 藥???] | 111001010101101000111111001111110011111101011101 | e55a3f3f3f5d |
EUC-JP | 藥???] | 111010011011101100111111001111110011111101011101 | e9bb3f3f3f5d |
UTF-8 | 藥띛됱젡] | 11101000100101111010010111101011100111011001101111101011100100001011000111101100101000001010000101011101 | e897a5eb9d9beb90b1eca0a15d |
UHC | 藥띛됱젡] | 111001011011011110001101110100011000100111101100101000001001101001011101 | e5b78dd189eca09a5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)