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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?賂??? | 001111111001100001000111001111110011111100111111 | 3f98473f3f3f |
EUC-JP | 鋌賂??焌 | 10001111111001001011101111001111101010000011111100111111100011111100100111101000 | 8fe4bbcfa83f3f8fc9e8 |
UTF-8 | 鋌賂렰렡焌 | 111010011000101110001100111010001011001110000010111010111010000010110000111010111010000010100001111001111000010010001100 | e98b8ce8b382eba0b0eba0a1e7848c |
UHC | 鋌賂렰렡焌 | 11101111111110111101011011110001100011101011110110001110101100101111000111100000 | effbd6f18ebd8eb2f1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)