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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 藥???F | 111001010101101000111111001111110011111101000110 | e55a3f3f3f46 |
EUC-JP | 藥???F | 111010011011101100111111001111110011111101000110 | e9bb3f3f3f46 |
UTF-8 | 藥띛됱젍F | 11101000100101111010010111101011100111011001101111101011100100001011000111101100101000001000110101000110 | e897a5eb9d9beb90b1eca08d46 |
UHC | 藥띛됱젍F | 111001011011011110001101110100011000100111101100101000001000111001000110 | e5b78dd189eca08e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)