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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 藥?ⅹ岳?^ | 111001010101101000111111111110100100100110001010011110000011111101011110 | e55a3ffa498a783f5e |
EUC-JP | 藥??岳?^ | 1110100110111011001111110011111110110011110110010011111101011110 | e9bb3f3fb3d93f5e |
UTF-8 | 藥썲ⅹ岳긟^ | 11101000100101111010010111101100100011011011001011100010100001011011100111100101101100101011001111101010101110001001111101011110 | e897a5ec8db2e285b9e5b2b3eab89f5e |
UHC | 藥썲ⅹ岳긟^ | 1110010110110111101111011110010110100101101010101110010010111111100000110110001101011110 | e5b7bde5a5aae4bf83635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)