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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 輕n}輕n{^ | 111001110110101001101110011111011110011101101010011011100111101101011110 | e76a6e7de76a6e7b5e |
EUC-JP | 輕n}輕n{^ | 111011011100101101101110011111011110110111001011011011100111101101011110 | edcb6e7dedcb6e7b5e |
UTF-8 | 輕n}輕n{^ | 1110100010111100100101010110111001111101111010001011110010010101011011100111101101011110 | e8bc956e7de8bc956e7b5e |
UHC | 輕n}輕n{^ | 110011001110111001101110011111011100110011101110011011100111101101011110 | ccee6e7dccee6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)