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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶ェ轤ュ邯咤 | 11100111101010111010101011100111100000101010110111100111101101101001101001000010 | e7abaae782ade7b69a42 |
EUC-JP | 遶ェ轤ュ邯咤 | 111011101010110110001110101010101110110111100010100011101010110111101110101110001101001110100011 | eead8eaaede28eadeeb8d3a3 |
UTF-8 | 遶ェ轤ュ邯咤 | 111010011000000110110110111011111011110110101010111010001011110110100100111011111011110110101101111010011000001010101111111001011001001010100100 | e981b6efbdaae8bda4efbdade982afe592a4 |
UHC | ????邯咤 | 0011111100111111001111110011111111001010111110111111011011100011 | 3f3f3f3fcafbf6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)