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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 輕}輕{^ | 11100111011010100111110111100111011010100111101101011110 | e76a7de76a7b5e |
EUC-JP | 輕}輕{^ | 11101101110010110111110111101101110010110111101101011110 | edcb7dedcb7b5e |
UTF-8 | 輕}輕{^ | 111010001011110010010101011111011110100010111100100101010111101101011110 | e8bc957de8bc957b5e |
UHC | 輕}輕{^ | 11001100111011100111110111001100111011100111101101011110 | ccee7dccee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)