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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 藥????] | 11100101010110100011111100111111001111110011111101011101 | e55a3f3f3f3f5d |
EUC-JP | 藥????] | 11101001101110110011111100111111001111110011111101011101 | e9bb3f3f3f3f5d |
UTF-8 | 藥썰퓱勵욿] | 11101000100101111010010111101100100011011011000011101101100100111011000111101111101001011011111111101100100110101011111101011101 | e897a5ec8db0ed93b1efa5bfec9abf5d |
UHC | 藥썰퓱勵욿] | 1110010110110111101111011110010010111111100101111110010111111010100111110101000101011101 | e5b7bde4bf97e5fa9f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)