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 | ??R??^ | 001111110011111101010010001111110011111101011110 | 3f3f523f3f5e |
SJIS-WIN | 駭?R駭?^ | 1110100101101110001111110101001011101001011011100011111101011110 | e96e3f52e96e3f5e |
EUC-JP | 駭?R駭?^ | 1111000111001111001111110101001011110001110011110011111101011110 | f1cf3f52f1cf3f5e |
UTF-8 | 駭₄R駭₄^ | 1110100110100111101011011110001010000010100001000101001011101001101001111010110111100010100000101000010001011110 | e9a7ade2828452e9a7ade282845e |
UHC | 駭₄R駭₄^ | 11111010101101001010100111111110010100101111101010110100101010011111111001011110 | fab4a9fe52fab4a9fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)